Skip to content

Commit c886adc

Browse files
committed
FIX: flake8 and once again, .app validation
1 parent 2985348 commit c886adc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/macos-notarize-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ do
7171
done
7272

7373
# Staple the notary ticket
74-
xcrun stapler staple -v "./dist/$APP_BUNDLE"
74+
xcrun stapler staple -v "./dist/$APP_BUNDLE.app"

main.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
try:
55
from version import VERSION, BUILD_NUMBER
66
except ImportError:
7-
VERSION = ''
8-
BUILD_NUMBER = ''
7+
VERSION = ''
8+
BUILD_NUMBER = ''
99

1010

1111
if __name__ == '__main__':
@@ -23,5 +23,3 @@
2323
else:
2424
adventure = Adventure()
2525
adventure.start_console()
26-
27-

0 commit comments

Comments
 (0)