Skip to content

Commit

Permalink
Rename spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlie committed Aug 6, 2024
1 parent c1d9a85 commit 65b0aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MusicPlayerWIN.spec → IotaPlayerWIN.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exe = EXE(
a.scripts,
[],
exclude_binaries=True,
name='MusicPlayer',
name='IotaPlayer',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand All @@ -41,5 +41,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='MusicPlayer',
name='IotaPlayer',
)

0 comments on commit 65b0aef

Please sign in to comment.