Skip to content

Commit

Permalink
Merge pull request #80 from Krutyi-4el/fix
Browse files Browse the repository at this point in the history
fix exe building
  • Loading branch information
solaluset authored Nov 18, 2023
2 parents 10e6b75 + 10e9716 commit 6dbb266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"--hidden-import=" + config.DATABASE_LIBRARY,
*[
"--add-data=" + file + os.pathsep + "/"
"--add-data=" + file + os.pathsep + "."
for file in glob.glob("config/*.json")
],
"-p=config",
Expand Down

0 comments on commit 6dbb266

Please sign in to comment.