Skip to content

Commit 22dae2c

Browse files
committed
🔥
1 parent cbd8444 commit 22dae2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ node_modules
66
**/data-3/**
77
*.jwlibrary
88
py/build
9-
py/**/*.exe
9+
py/**/*.exe
10+
py/**/*.spec

Diff for: py/create_exec.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pyinstaller \
77
--distpath="." \
88
--name="Windown-JW-File-Merge" \
99
--icon="extra/icon.png" \
10-
main.py
10+
src/main.py

0 commit comments

Comments
 (0)