We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9193669 commit 970d56dCopy full SHA for 970d56d
.github/workflows/BUILD_MACOS.yml
@@ -33,7 +33,7 @@ jobs:
33
arch -x86_64 python -m nuitka --standalone --onefile --macos-create-app-bundle --macos-app-name="kPad Intel" --macos-app-version="1.0.0" --enable-plugin=tk-inter --assume-yes-for-downloads main.py
34
mv main.app kPad-mac_x86_64.app
35
36
- - name: Create Info.plist for ARM64
+ - name: Create Info.plist for ARM64
37
run: |
38
cat > main.dist/kPad-mac_arm64.app/Contents/Info.plist << EOF
39
<?xml version="1.0" encoding="UTF-8"?>
0 commit comments