mirror of
https://github.com/csd4ni3l/wizard_vs_irs.git
synced 2026-01-01 12:23:43 +01:00
Use importlib resources for resource files to fix loading issues, fix nuitka build script
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -43,9 +43,9 @@ jobs:
|
||||
run: |
|
||||
mkdir -p zip_output
|
||||
if [ "${{ runner.os }}" = "Windows" ]; then
|
||||
powershell.exe -Command "Compress-Archive -Path 'build/wizard_vs_irs.run.dist/*' -DestinationPath 'zip_output/WizardvsIRS-${{ runner.os }}.zip'"
|
||||
powershell.exe -Command "Compress-Archive -Path 'build/run.dist/*' -DestinationPath 'zip_output/WizardvsIRS-${{ runner.os }}.zip'"
|
||||
else
|
||||
cd build/wizard_vs_irs.run.dist
|
||||
cd build/run.dist
|
||||
zip -r "../../zip_output/WizardvsIRS-${{ runner.os }}.zip" .
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user