But when I type pyupdater make-spec -- win32 client.py name of file is "win32.spec". Why?
(I can't build .exe with win32.spec, created with pyupdater make-spec -- win32 client.py,
pyupdater build --onefile --app-version 1.0.0 win32.spec gives error: script 'win32' not found)
And yes, I want to make separate versions of the program on Windows 32 bit and Windows 64 bit(Using different python versions).
I don't know why, but this command:
pyupdater make-spec --name win32 client.py
does nothing. The .spec file name is always "win.spec".win.spec output:
But when I type
pyupdater make-spec -- win32 client.py
name of file is "win32.spec". Why? (I can't build .exe with win32.spec, created withpyupdater make-spec -- win32 client.py
,pyupdater build --onefile --app-version 1.0.0 win32.spec
gives error: script 'win32' not found)And yes, I want to make separate versions of the program on Windows 32 bit and Windows 64 bit(Using different python versions).