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 eb3893f commit 5789e08Copy full SHA for 5789e08
.github/workflows/build.yml
@@ -50,8 +50,7 @@ jobs:
50
mkdir -p QuickPass.app/Contents/MacOS
51
cp target/release/QuickPass QuickPass.app/Contents/MacOS/
52
53
- # Print entire Info.plist in one line, using \n for newlines:
54
- printf "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
+ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
55
<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n\
56
<plist version=\"1.0\">\n\
57
<dict>\n\
@@ -66,8 +65,6 @@ jobs:
66
65
</dict>\n\
67
</plist>\n" > QuickPass.app/Contents/Info.plist
68
69
-
70
71
# 6) Code sign the .app
72
- name: Code Sign .app
73
run: |
0 commit comments