mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-26 04:14:26 +08:00
add pkginfo into mac dmg
This commit is contained in:
parent
a07c5e9f95
commit
d567e26f4a
4
.github/workflows/ccpp_mac.yml
vendored
4
.github/workflows/ccpp_mac.yml
vendored
@ -53,7 +53,9 @@ jobs:
|
|||||||
cp -Rf ../resources Slic3r++/Slic3r++.app/Contents/resources
|
cp -Rf ../resources Slic3r++/Slic3r++.app/Contents/resources
|
||||||
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.date.plist Slic3r++/Slic3r++.app/Contents/Info.plist
|
cp src/Info.date.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 'APPL????\x0a' > PkgInfo
|
||||||
|
cp PkgInfo Slic3r++/Slic3r++.app/Contents/PkgInfo
|
||||||
|
# echo -n -e '\xff\xfeAPPL\x3f\x00\x3f\x00\x3f\x00\x3f\x00\x0a\x00' > PkgInfo
|
||||||
- name: copy bin
|
- name: copy bin
|
||||||
working-directory: ./build
|
working-directory: ./build
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/ccpp_ubuntu.yml
vendored
2
.github/workflows/ccpp_ubuntu.yml
vendored
@ -59,5 +59,5 @@ jobs:
|
|||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
name: nightly_linux
|
name: nightly_linux.tar
|
||||||
path: build/slic3r++.tar
|
path: build/slic3r++.tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user