Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbitDur authored Dec 27, 2024
1 parent 9e9604c commit 6c79141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
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/
cp -R ../FF8GameData/Resources ../release/FF8GameData/
cd release
rm -r build
ls -al
Expand Down

0 comments on commit 6c79141

Please sign in to comment.