move scripts to own dir
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: make appimage
|
||||
run: |
|
||||
chmod +x appimage-build.sh
|
||||
./appimage-build.sh
|
||||
./scripts/appimage-build.sh
|
||||
|
||||
- name: upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
- name: Generate installer
|
||||
uses: Minionguyjpro/Inno-Setup-Action@v1.2.7
|
||||
with:
|
||||
path: win_inno_installscript.iss
|
||||
path: scripts/win_inno_installscript.iss
|
||||
|
||||
- name: Upload zip
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@@ -9,7 +9,7 @@ package_macos:
|
||||
|
||||
bundledeps_macos_homebrew:
|
||||
dylibbundler -od -b -x ./Supersonic.app/Contents/MacOS/supersonic -d ./Supersonic.app/Contents/Frameworks/ -p @executable_path/../Frameworks/
|
||||
./copy_python_dep_osx.sh
|
||||
./scripts/copy_python_dep_osx.sh
|
||||
codesign --force --deep --preserve-metadata=entitlements,requirements,flags,runtime --sign - "./Supersonic.app/Contents/MacOS/supersonic"
|
||||
|
||||
bundledeps_macos_macports:
|
||||
|
||||
Reference in New Issue
Block a user