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