Skip to content

Commit

Permalink
Add updated Auto Py To Exe image to the readme assets. Add auto-py-to…
Browse files Browse the repository at this point in the history
…-exe-default-config.json for further reference.
  • Loading branch information
Kielx committed Jul 19, 2023
1 parent bb02439 commit de1d8ec
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 0 deletions.
Binary file modified assets_readme/Auto-py-to-exe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
113 changes: 113 additions & 0 deletions auto-py-to-exe-default-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"version": "auto-py-to-exe-configuration_v1",
"pyinstallerOptions": [
{
"optionDest": "noconfirm",
"value": true
},
{
"optionDest": "filenames",
"value": "C:/Projects/AnyGrabber/main.py"
},
{
"optionDest": "onefile",
"value": false
},
{
"optionDest": "console",
"value": false
},
{
"optionDest": "icon_file",
"value": "C:/Projects/AnyGrabber/assets/AnyGrabberIcon.ico"
},
{
"optionDest": "name",
"value": "AnyGrabber"
},
{
"optionDest": "ascii",
"value": false
},
{
"optionDest": "clean_build",
"value": false
},
{
"optionDest": "strip",
"value": false
},
{
"optionDest": "noupx",
"value": false
},
{
"optionDest": "disable_windowed_traceback",
"value": false
},
{
"optionDest": "embed_manifest",
"value": true
},
{
"optionDest": "uac_admin",
"value": false
},
{
"optionDest": "uac_uiaccess",
"value": false
},
{
"optionDest": "win_private_assemblies",
"value": false
},
{
"optionDest": "win_no_prefer_redirects",
"value": false
},
{
"optionDest": "bootloader_ignore_signals",
"value": false
},
{
"optionDest": "argv_emulation",
"value": false
},
{
"optionDest": "datas",
"value": "C:/Projects/AnyGrabber/assets;assets/"
},
{
"optionDest": "datas",
"value": "C:/Projects/AnyGrabber/locale;locale/"
},
{
"optionDest": "datas",
"value": "C:/Projects/AnyGrabber/venv/Lib/site-packages/customtkinter;customtkinter/"
},
{
"optionDest": "datas",
"value": "C:/Projects/AnyGrabber/venv/Lib/site-packages/dateutil;dateutil/"
},
{
"optionDest": "datas",
"value": "C:/Projects/AnyGrabber/venv/Lib/site-packages/PIL;PIL/"
},
{
"optionDest": "datas",
"value": "C:/Projects/AnyGrabber/venv/Lib/site-packages/CTkMessagebox;CTkMessagebox/"
},
{
"optionDest": "datas",
"value": "C:/Projects/AnyGrabber/venv/Lib/site-packages/bidict;bidict/"
},
{
"optionDest": "datas",
"value": "C:/Projects/AnyGrabber/config.json;."
}
],
"nonPyinstallerOptions": {
"increaseRecursionLimit": true,
"manualArguments": ""
}
}

0 comments on commit de1d8ec

Please sign in to comment.