mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 02:22: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 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
|
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
|
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
|
- name: copy bin
|
||||||
working-directory: ./build
|
working-directory: ./build
|
||||||
run: |
|
run: |
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.14</string>
|
<string>10.13</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string>NSApplication</string>
|
<string>NSApplication</string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user