3 Commits

Author SHA1 Message Date
FeRD (Frank Dana)
666ea4c008 Rename frozen executable to openshot-qt
This renames the executable created by cx_Freeze from
`launch`/`launch.exe` to the value of `info.NAME` (currently
`openshot-qt`), plus the appropriate extension (if any), so that
a running OpenShot will show up in process listings as "openshot-qt"
rather than the generic/suspicious-seeming "launch".

It also renames any scripts that call or access `launch.exe`/`launch`
to use `openshot-qt.exe`/`openshot-qt` instead.
2019-05-21 12:11:40 -04:00
Jonathan Thomas
4a3a1b3e0d Fixed 2 issues with the Windows MSI Installer (cx_Freeze script). 1) Added a missing Qt5Svgd.dll file, that was preventing SVG's from loading. 2) Set an environment variable for QT_PLUGIN_PATH, so libopenshot can find all the imageformats (such as SVG) from any sub-folder of OpenShot 2.0. 2015-10-10 19:19:39 -05:00
Jonathan Thomas
57ef81993f Integrated Windows MSI Installer into freeze.py. Successfully builds MSI for Windows 10 (and hopefully Windows 7, 8), and installs StartMenu shortcut with icon, and uninstaller functionality. Also fixed a regresion with missing icons (embedded in the Qt resource file) 2015-10-08 02:04:11 -05:00