Skip to content

Commit

Permalink
Modify app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbitDur committed Oct 30, 2024
1 parent 662295f commit 27132c0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash
run: |
cd IfritXlsx/
pyinstaller -n ifritXlsx -F --specpath release/build --distpath release --workpath release/build main.py
pyinstaller -n IfritXlsx -F --specpath release/build --distpath release --workpath release/build main.py
cp -r Resources/ release/
rm -rf OriginalFiles/decompressed_battle
mkdir -p release/OriginalFiles/
Expand All @@ -48,15 +48,12 @@ jobs:
shell: bash
run: |
cd IfritAI/
pyinstaller -n ShumiTranslator -F --specpath release/build --distpath release --workpath release/build --onefile --icon=../../Resources/icon.ico main.py
mkdir -p release/IfritAI
mkdir -p release/IfritAI/FF8GameData
cp -R Resources release/IfritAI/
cp -R FF8GameData/Resources release/IfritAI/FF8GameData/
cp release/*.exe release/IfritAI/
pyinstaller -n IfritAI -F --specpath release/build --distpath release --workpath release/build --onefile --icon=../../Resources/icon.ico main.py
mkdir -p release/FF8GameData
cp -R Resources release/
cp -R FF8GameData/Resources release/FF8GameData/
cd release
rm -r build
rm *.exe
ls -al
cd ..
- name: Create full release - Start
Expand Down

0 comments on commit 27132c0

Please sign in to comment.