embray / sage-windows

Sagemath for Windows (Archived) Please see https://github.com/sagemath/sage-windows
7 stars 1 forks source link

Installer signing #2

Open embray opened 8 years ago

embray commented 8 years ago

The official build of DockerToolbox.exe is properly signed to originate from Docker Inc. Obviously we will want to do the same. The application signing appears to be done separately from the actual build of the .exe. Will have to find out how to do this.

Update: Another note on signing: Powershell scripts can and should be signed as well. Currently we do not sign the scripts for launching Docker/Sage, but we could just as well (in the meantime this is easy to workaround by running powershell with -ExecutionPolicy Unrestricted in the launcher shortcuts)