Skip to content

Commit

Permalink
Auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Tucaodashen committed Aug 7, 2024
1 parent 8c12166 commit bfd556d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion K_make/auto_nuitka.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def compile_start(self,complier,Uac,debug,lowmemory,console,icon,lto):
self.icon = icon
self.command = ''
self.display_args = " --show-progress --show-memory "
self.head = sys.executable+" -m nuitka --standalone "
self.head = "python"+" -m nuitka --standalone "
if self.mode == 'auto_p':
if self.included_py != []:
inclue = " --include-module="
Expand Down

0 comments on commit bfd556d

Please sign in to comment.