fix info.plist for macos

This commit is contained in:
supermerill 2020-01-18 22:29:04 +01:00
parent aef62982b1
commit a77504d921
2 changed files with 4 additions and 4 deletions

View File

@ -33,6 +33,9 @@ jobs:
- name: make slic3r
working-directory: ./build
run: make slic3r
- name: update Info.plist
working-directory: ./build/src
run: sed "s/+UNKNOWN/_$(date '+%F')/" Info.plist
- name: create directory and copy into it
working-directory: ./build
run: |
@ -49,9 +52,6 @@ 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: |

View File

@ -13,7 +13,7 @@
<key>CFBundleShortVersionString</key>
<string>@SLIC3R_APP_NAME@ @SLIC3R_BUILD_ID@</string>
<key>CFBundleIdentifier</key>
<string>com.prusa3d.slic3r/</string>
<string>com.merill.slic3r/</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>