Skip to content

Commit

Permalink
update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski committed Nov 10, 2022
1 parent de34d3a commit d3062ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tdmgr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
[],
name='tdmgr_0.2.11',
name='tdmgr_0.2.13',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
2 changes: 1 addition & 1 deletion tdmgr32.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
[],
name='tdmgr_0.2.11_x86',
name='tdmgr_0.2.13_x86',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
4 changes: 2 additions & 2 deletions tdmgr_mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ exe = EXE(pyz,
a.binaries,
a.zipfiles,
a.datas,
name='tdmgr_0.2.11',
name='tdmgr_0.2.13',
debug=False,
strip=False,
upx=True,
console=False , icon='tdmgr.icns')
app = BUNDLE(exe,
name='tdmgr_0.2.11.app',
name='tdmgr_0.2.13.app',
icon='tdmgr.icns',
bundle_identifier='com.tasmota.tdmgr')

0 comments on commit d3062ec

Please sign in to comment.