Skip to content

Commit 970d56d

Browse files
committed
Indent fix
1 parent 9193669 commit 970d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BUILD_MACOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
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
3434
mv main.app kPad-mac_x86_64.app
3535
36-
- name: Create Info.plist for ARM64
36+
- name: Create Info.plist for ARM64
3737
run: |
3838
cat > main.dist/kPad-mac_arm64.app/Contents/Info.plist << EOF
3939
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)