Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
move scripts to src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
smallketchup82 committed Jan 5, 2024
1 parent e71056d commit 42e0677
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Main.py
a = Analysis(
['main.py', 'version.py'],
['src/main.py', 'src/version.py'],
pathex=[],
binaries=[],
datas=[],
Expand Down Expand Up @@ -40,7 +40,7 @@ exe = EXE(

# Downloader
downloader = Analysis(
['downloader.py', 'version.py'],
['src/downloader.py', 'src/version.py'],
pathex=[],
binaries=[],
datas=[],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 42e0677

Please sign in to comment.