File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525
2626 - name : Build job ARM64
2727 run : |
28- python -m nuitka --standalone --onefile --macos-create-app-bundle --macos-app-name='kPad ARM64' --macos-app-version='1.1 .0' --enable-plugin=tk-inter --assume-yes-for-downloads main.py
28+ python -m nuitka --standalone --onefile --macos-create-app-bundle --macos-app-name='kPad ARM64' --macos-app-version='1.2 .0' --enable-plugin=tk-inter --assume-yes-for-downloads main.py
2929 mv main.app kPad-mac_arm64.app
3030
3131 - name : Build job Intel
3232 run : |
33- arch -x86_64 python -m nuitka --standalone --onefile --macos-create-app-bundle --macos-app-name='kPad Intel' --macos-app-version='1.1 .0' --enable-plugin=tk-inter --assume-yes-for-downloads main.py
33+ arch -x86_64 python -m nuitka --standalone --onefile --macos-create-app-bundle --macos-app-name='kPad Intel' --macos-app-version='1.2 .0' --enable-plugin=tk-inter --assume-yes-for-downloads main.py
3434 mv main.app kPad-mac_x86_64.app
3535
3636 - name : Create Info.plist for ARM64
4747 <key>CFBundleIdentifier</key>
4848 <string>com.maxhatei2.kPad</string>
4949 <key>CFBundleVersion</key>
50- <string>1.1 .0</string>
50+ <string>1.2 .0</string>
5151 <key>CFBundleExecutable</key>
5252 <string>main</string>
5353 <key>CFBundlePackageType</key>
7070 <key>CFBundleIdentifier</key>
7171 <string>com.maxhatei2.kPad</string>
7272 <key>CFBundleVersion</key>
73- <string>1.1 .0</string>
73+ <string>1.2 .0</string>
7474 <key>CFBundleExecutable</key>
7575 <string>main</string>
7676 <key>CFBundlePackageType</key>
You can’t perform that action at this time.
0 commit comments