Skip to content

Commit c322bec

Browse files
committed
Update impulse_mac.spec
1 parent 2837fa8 commit c322bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/impulse_mac.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- mode: python ; coding: utf-8 -*-
22
import sys
33
from pathlib import Path
4-
from server import version
54
from PyInstaller.utils.hooks import collect_submodules
65

6+
version = "2.3.1"
77
project_root = Path('.').resolve()
88
block_cipher = None
99

@@ -65,8 +65,8 @@ app = BUNDLE(
6565
"CFBundleIdentifier": "com.beejewel.impulse",
6666
"CFBundleName": "Impulse",
6767
"CFBundleDisplayName": "Impulse",
68-
f"CFBundleShortVersionString": {version},
69-
"CFBundleVersion": "2.3.0",
68+
f"CFBundleShortVersionString": version,
69+
"CFBundleVersion": version,
7070
"NSMicrophoneUsageDescription": "Required for audio analysis",
7171
"LSMinimumSystemVersion": "11.0",
7272
}

0 commit comments

Comments
 (0)