Skip to content

Commit

Permalink
Refs skycoin#17, Fix some comments on the README.md of the win-build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Apr 25, 2019
1 parent b7eebab commit ea91a4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion win-build/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Windows standalone build tools

The windows app is generated with the pyinstaller tool inside a docker environment using wine: the linux windows emulator. But some bug on the UAC privilege escalation inside pyinstaller forbids us to generate a single .exe file, instead we need to use a folder with the skyflash-gui.exe inside.
The windows app is generated with the pyinstaller tool inside a docker environment using wine: the linux windows emulator. But some bug on the UAC privilege escalation inside pyinstaller fails to generate a single .exe file with a correct UAC on it, instead we need to use a folder with the skyflash-gui.exe and all other files inside in which the UAC work flawlessly.

The tools design is a static .exe file so we took some design decision: The ingle file static app must be generated with a external tool, that tools need to be:

Expand Down
1 change: 0 additions & 1 deletion win-build/sfx_config.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
;!@Install@!UTF-8!
RunProgram="skyflash-gui/skyflash-gui.exe"
;!@InstallEnd@!

0 comments on commit ea91a4e

Please sign in to comment.