Skip to content
Snippets Groups Projects
Verified Commit 1903b597 authored by Joe Donofry's avatar Joe Donofry
Browse files

Use ditto vs zip to ensure symlink preservation and maybe other things I missed

parent 1fa21af3
No related branches found
No related tags found
1 merge request!22Cirrus ci apple silicon
Pipeline #3861 passed
...@@ -22,8 +22,6 @@ if [ "${CI_PIPELINE_TRIGGERED}" ]; then ...@@ -22,8 +22,6 @@ if [ "${CI_PIPELINE_TRIGGERED}" ]; then
# so move it to the right place for the rest of the process. # so move it to the right place for the rest of the process.
( cd build || exit ( cd build || exit
unzip nheko.zip unzip nheko.zip
mv build/nheko.app .
rm -rf build
) )
fi fi
......
...@@ -11,7 +11,7 @@ task: ...@@ -11,7 +11,7 @@ task:
- export PATH="$(brew --prefix qt5)/bin/:${PATH}" - export PATH="$(brew --prefix qt5)/bin/:${PATH}"
- ./.ci/macos/build.sh - ./.ci/macos/build.sh
zip_script: zip_script:
- zip -r build/nheko.zip build/nheko.app - ditto -c -k --sequesterRsrc --keepParent build/nheko.app build/nheko.zip
gitlab_script: gitlab_script:
- curl -X POST - curl -X POST
--fail --fail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment