Skip to content

Commit

Permalink
make-exe.py now build bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthilo committed Apr 15, 2024
1 parent da2d39d commit fccb35c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def move(self, tobin=False):
dir_path = Path.cwd()
if tobin:
dir_path = dir_path/'bin'
dir_path.mkdir()
self.exe_path = self.exe_path.replace(dir_path/self.exe_path.name)
rmtree('build')
rmtree('dist')
Expand Down

0 comments on commit fccb35c

Please sign in to comment.