Skip to content

Commit

Permalink
1.2.0: bump copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jan 4, 2024
1 parent c7642af commit a255535
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Nayla Hanegan
Copyright (c) 2023 - 2024 Nayla Hanegan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 7 additions & 1 deletion build-macos.sh
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
pyinstaller --onefile main.py --add-data "assets/*:assets/" --name="Mario Party Toolkit" --noconsole --icon="assets/diceBlock.ico" --distpath="dist/arm64" --target-arch universal2
arch -arm64 /opt/homebrew/bin/pyinstaller --onefile main.py --add-data "assets/*:assets/" --name="Mario Party Toolkit" --noconsole --icon="assets/diceBlock.ico" --distpath="dist/arm64"
arch -x86_64 /usr/local/bin/pyinstaller --onefile main.py --add-data "assets/*:assets/" --name="Mario Party Toolkit" --noconsole --icon="assets/diceBlock.ico" --distpath="dist/x86_64"
rm "dist/arm64/Mario Party Toolkit"
rm "dist/x86_64/Mario Party Toolkit"
cp -r "dist/arm64/" "dist/universal2"
rm "dist/universal2/Mario Party Toolkit.app/Contents/MacOS/Mario Party Toolkit"
arch -arm64 lipo -create -output "dist/universal2/Mario Party Toolkit.app/Contents/MacOS/Mario Party Toolkit" "dist/x86_64/Mario Party Toolkit.app/Contents/MacOS/Mario Party Toolkit" "dist/arm64/Mario Party Toolkit.app/Contents/MacOS/Mario Party Toolkit"
7 changes: 0 additions & 7 deletions build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion codes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ============================================
# Mario Party Toolkit
# Author: Nayla Hanegan ([email protected])
# Date: 1/2/2024
# Date: 1/4/2024
# License: MIT
# ============================================

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ============================================
# Mario Party Toolkit
# Author: Nayla Hanegan ([email protected])
# Date: 12/31/2023
# Date: 1/4/2024
# License: MIT
# ============================================

Expand Down

0 comments on commit a255535

Please sign in to comment.