mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 04:42:03 +08:00
fix 10.13 macos build
This commit is contained in:
parent
2a433a6715
commit
aef62982b1
3
.github/workflows/ccpp_mac.yml
vendored
3
.github/workflows/ccpp_mac.yml
vendored
@ -49,6 +49,9 @@ jobs:
|
||||
cp Slic3r++/Slic3r++.app/Contents/resources/icons/slic3r.icns Slic3r++/Slic3r++.app/Contents/resources/slic3r.icns
|
||||
cp src/Info.plist Slic3r++/Slic3r++.app/Contents/Info.plist
|
||||
echo -n -e '\xff\xfeAPPL\x3f\x00\x3f\x00\x3f\x00\x3f\x00\x0a\x00' > PkgInfo
|
||||
- name: update Info.plist
|
||||
working-directory: ./build
|
||||
run: sed "s/+UNKNOWN/_$(date '+%F')/" Slic3r++/Slic3r++.app/Contents/Info.plist
|
||||
- name: copy bin
|
||||
working-directory: ./build
|
||||
run: |
|
||||
|
@ -111,7 +111,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.14</string>
|
||||
<string>10.13</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user