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 970d56d commit aff0c7cCopy full SHA for aff0c7c
.github/workflows/BUILD_MACOS.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Create Info.plist for ARM64
37
run: |
38
- cat > main.dist/kPad-mac_arm64.app/Contents/Info.plist << EOF
+ cat > kPad-mac_arm64.app/Contents/Info.plist << EOF
39
<?xml version="1.0" encoding="UTF-8"?>
40
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
41
<plist version="1.0">
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Create Info.plist for Intel
60
61
- cat > main.dist/kPad-mac_x86_64.app/Contents/Info.plist << EOF
+ cat > kPad-mac_x86_64.app/Contents/Info.plist << EOF
62
63
64
0 commit comments