File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -404,12 +404,9 @@ jobs:
404404 wget --retry-connrefused -t 10 -w 10 -T 60 -O $HOME/installbuilder.dmg ${{ env.bitrock_url }}/installbuilder-${{ env.bitrock_version }}-osx-installer.dmg
405405 - name : Install InstallBuilder
406406 run : |
407- chmod 700 $HOME/installbuilder.dmg
408- sudo hdiutil attach $HOME/installbuilder.dmg
409- sudo cp -rf "/Volumes/InstallBuilder Qt/installbuilder-${{ env.bitrock_version }}-osx-installer.app" /Applications
410- sudo hdiutil detach "/Volumes/InstallBuilder Qt"
411- sudo spctl --master-disable
412- sudo chmod -R +x /Applications/installbuilder-${{ env.bitrock_version }}-osx-installer.app
407+ hdiutil attach $HOME/installbuilder.dmg
408+ cp -rf "/Volumes/InstallBuilder Qt/installbuilder-${{ env.bitrock_version }}-osx-installer.app" /Applications
409+ hdiutil detach "/Volumes/InstallBuilder Qt"
413410 sudo xattr -r -d com.apple.quarantine /Applications/installbuilder-${{ env.bitrock_version }}-osx-installer.app
414411 sudo /Applications/installbuilder-${{ env.bitrock_version }}-osx-installer.app/Contents/MacOs/installbuilder.sh --mode unattended --prefix /Applications/installbuilder
415412 cat >~/license.xml <<EOF
You can’t perform that action at this time.
0 commit comments