We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2985348 commit c886adcCopy full SHA for c886adc
.github/workflows/macos-notarize-app.sh
@@ -71,4 +71,4 @@ do
71
done
72
73
# Staple the notary ticket
74
-xcrun stapler staple -v "./dist/$APP_BUNDLE"
+xcrun stapler staple -v "./dist/$APP_BUNDLE.app"
main.py
@@ -4,8 +4,8 @@
4
try:
5
from version import VERSION, BUILD_NUMBER
6
except ImportError:
7
- VERSION = ''
8
- BUILD_NUMBER = ''
+ VERSION = ''
+ BUILD_NUMBER = ''
9
10
11
if __name__ == '__main__':
@@ -23,5 +23,3 @@
23
else:
24
adventure = Adventure()
25
adventure.start_console()
26
-
27
0 commit comments