Skip to content

Instantly share code, notes, and snippets.

@motebaya
Created July 5, 2024 14:07
Show Gist options
  • Save motebaya/1400f949cd9430c2021d59cabe2bd8b1 to your computer and use it in GitHub Desktop.
Save motebaya/1400f949cd9430c2021d59cabe2bd8b1 to your computer and use it in GitHub Desktop.
my windows nuitka pack arg
nuitka --mingw64 --standalone --output-dir=output --show-progress --show-memory --windows-company-name=Windows --windows-product-name=Windows --windows-file-version=1.0.0 --windows-product-version=1.0.0 --onefile --include-module=calculation --follow-imports revenue.py --output-filename=revenue.exe --remove-output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment