Skip to content

Commit

Permalink
Merge pull request #484 from Johann-PLW/main
Browse files Browse the repository at this point in the history
Update macOS .spec files and version number
  • Loading branch information
Johann-PLW authored May 2, 2024
2 parents 6bb2962 + 45587ca commit 5b843e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions aleappGUI_macOS.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exe = EXE(
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity='42F9AD88C52A9888352AB869F1E6EC207A29D308',
codesign_identity=None,
entitlements_file=None,
)
coll = COLLECT(
Expand All @@ -56,7 +56,7 @@ coll = COLLECT(
app = BUNDLE(
coll,
name='aleappGUI.app',
icon='../icon.icns',
icon=None,
bundle_identifier='4n6.brigs.ALEAPP',
version='3.2.1',
version='3.2.2',
)
2 changes: 1 addition & 1 deletion aleapp_macOS.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ exe = EXE(
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity='42F9AD88C52A9888352AB869F1E6EC207A29D308',
codesign_identity=None,
entitlements_file=None,
)
2 changes: 1 addition & 1 deletion scripts/version_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aleapp_version = '3.2.1'
aleapp_version = '3.2.2'

# Contributors List
# Format = [ Name, Blog-url, Twitter-handle, Github-url]
Expand Down

0 comments on commit 5b843e2

Please sign in to comment.