Skip to content

Commit

Permalink
Rename project to patricie
Browse files Browse the repository at this point in the history
  • Loading branch information
alej0varas committed May 30, 2024
1 parent 49da73a commit 1579444
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# spec file generated unsing:
# pyinstaller src/main.py --name mulpyplayer --onefile --clean --add-data "assets:assets"
# pyinstaller src/main.py --name patricie --onefile --clean --add-data "assets:assets"
pyinstall:
pyinstaller mulpyplayer.spec
pyinstaller patricie-linux.spec
2 changes: 0 additions & 2 deletions Makefile.bat

This file was deleted.

2 changes: 1 addition & 1 deletion MulpyplayerWindows.spec → PatricieWindows.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exe = EXE(
a.binaries,
a.datas,
[],
name='MulpyplayerWindows',
name='Patricie',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
2 changes: 2 additions & 0 deletions make.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:: spec fire generated using pyinstaller src/main.py --noconsole --name PatricieWindows --onefile --clean --add-data "assets:assets" --icon assets/patricie.ico
pyinstaller PatricieWindows.spec
2 changes: 1 addition & 1 deletion mulpyplayer.spec → patricie-linux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exe = EXE(
a.binaries,
a.datas,
[],
name="mulpyplayer",
name="patricie",
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
2 changes: 1 addition & 1 deletion src/bcp/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "v0.1.5"
__VERSION__ = "v0.1.6"
2 changes: 1 addition & 1 deletion src/bcp/bandcamplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Suppress AlsoFT messages because they bother me
os.environ["ALSOFT_LOGLEVEL"] = "0"
_user_data_dir = user_data_dir("mulpyplayer")
_user_data_dir = user_data_dir("patricie")
_log("User data directory:", _user_data_dir)
_tracks_dir = os.path.join(_user_data_dir, "tracks")
_log("Traks directory:", _tracks_dir)
Expand Down

0 comments on commit 1579444

Please sign in to comment.