diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-22 23:58:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-22 23:58:17 +0100 |
| commit | 31056d4f0734dbaabe9905e2c062feedce1ad32a (patch) | |
| tree | 8329cfab6dae350fa565357087ba2d62f9125ab5 /make-installer | |
| parent | 2fb6cdae8446699be824aaeb902f4bca1888657d (diff) | |
Various windows installer tweaks.
Diffstat (limited to 'make-installer')
| -rwxr-xr-x | make-installer | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make-installer b/make-installer new file mode 100755 index 000000000..b783b29a2 --- /dev/null +++ b/make-installer @@ -0,0 +1,9 @@ +#!/bin/sh + +OUT=../out + +cp -r $OUT/* build/windows +cp windows/dvdomatic.ico build/windows +cp windows/dvdomatic.bmp build/windows +cp windows/.gtkrc-2.0 build/windows +makensis build/windows/installer.nsi |
