-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauto py to exe settings.json
More file actions
85 lines (85 loc) · 1.56 KB
/
Copy pathauto py to exe settings.json
File metadata and controls
85 lines (85 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"version": "auto-py-to-exe-configuration_v1",
"pyinstallerOptions": [
{
"optionDest": "noconfirm",
"value": true
},
{
"optionDest": "filenames",
"value": "/Users/username/Documents/GitHub/Fractal-Jr/fractal_junior.py"
},
{
"optionDest": "onefile",
"value": false
},
{
"optionDest": "console",
"value": false
},
{
"optionDest": "icon_file",
"value": "/Users/username/Documents/GitHub/Fractal-Jr/src/assets/fractal_icon.icns"
},
{
"optionDest": "name",
"value": "FractalJr"
},
{
"optionDest": "clean_build",
"value": true
},
{
"optionDest": "strip",
"value": false
},
{
"optionDest": "noupx",
"value": false
},
{
"optionDest": "disable_windowed_traceback",
"value": false
},
{
"optionDest": "uac_admin",
"value": false
},
{
"optionDest": "uac_uiaccess",
"value": false
},
{
"optionDest": "argv_emulation",
"value": false
},
{
"optionDest": "bundle_identifier",
"value": "com.katethecursed.fractaljr.userbuild"
},
{
"optionDest": "target_arch",
"value": "arm64"
},
{
"optionDest": "bootloader_ignore_signals",
"value": false
},
{
"optionDest": "datas",
"value": "/Users/username/Documents/GitHub/Fractal-Jr/src:src/"
},
{
"optionDest": "datas",
"value": "/Users/username/Documents/GitHub/Fractal-Jr/assets:assets/"
},
{
"optionDest": "datas",
"value": "/Users/username/Documents/GitHub/Fractal-Jr/exports:exports/"
}
],
"nonPyinstallerOptions": {
"increaseRecursionLimit": true,
"manualArguments": ""
}
}