Skip to content

Commit

Permalink
link in compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Feb 11, 2024
1 parent 2c1e81e commit 88045d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- name: Build Project (Dynamic build)
run: pyinstaller --noconsole --name="Mario Party Toolkit" --add-data "assets/*;assets/" --icon="assets/diceBlock.ico" main.py

- name: Copy in Dependencies
run: xcopy /s /e /i "D:\a\Mario-Party-Toolkit\Mario-Party-Toolkit\dependencies\" "D:\a\Mario-Party-Toolkit\Mario-Party-Toolkit\dist\_internal\dependencies"

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
Expand All @@ -40,9 +37,6 @@ jobs:
- name: Build Project (Static build)
run: pyinstaller --onefile --noconsole --name="Mario Party Toolkit" --add-data "assets/*;assets/" --icon="assets/diceBlock.ico" main.py

- name: Copy in Dependencies
run: xcopy /s /e /i "D:\a\Mario-Party-Toolkit\Mario-Party-Toolkit\dependencies\" "D:\a\Mario-Party-Toolkit\Mario-Party-Toolkit\dist\dependencies"

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# License: MIT
# ============================================

appVersion = "2.6.0"
appVersion = "2.7.1"

0 comments on commit 88045d3

Please sign in to comment.