Skip to content

Commit 48567c2

Browse files
committed
move scripts to own dir
1 parent a27a7db commit 48567c2

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

.github/workflows/build-appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: make appimage
3030
run: |
3131
chmod +x appimage-build.sh
32-
./appimage-build.sh
32+
./scripts/appimage-build.sh
3333
3434
- name: upload artifact
3535
uses: actions/upload-artifact@v4

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Generate installer
5959
uses: Minionguyjpro/[email protected]
6060
with:
61-
path: win_inno_installscript.iss
61+
path: scripts/win_inno_installscript.iss
6262

6363
- name: Upload zip
6464
uses: actions/upload-artifact@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package_macos:
99

1010
bundledeps_macos_homebrew:
1111
dylibbundler -od -b -x ./Supersonic.app/Contents/MacOS/supersonic -d ./Supersonic.app/Contents/Frameworks/ -p @executable_path/../Frameworks/
12-
./copy_python_dep_osx.sh
12+
./scripts/copy_python_dep_osx.sh
1313
codesign --force --deep --preserve-metadata=entitlements,requirements,flags,runtime --sign - "./Supersonic.app/Contents/MacOS/supersonic"
1414

1515
bundledeps_macos_macports:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)