Merge branch 'master' of github.com:daid/Cura
This commit is contained in:
commit
507c932207
3 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ if (( ${ARCHIVE_FOR_DISTRIBUTION} )); then
|
|||
|
||||
if [ ! -z `which wine` ]; then
|
||||
#if we have wine, try to run our nsis script.
|
||||
rm -rf scripts/win32/dist
|
||||
ln -sf `pwd`/${TARGET_DIR} scripts/win32/dist
|
||||
wine ~/.wine/drive_c/Program\ Files/NSIS/makensis.exe /DVERSION=${BUILD_NAME} scripts/win32/installer.nsi
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
!ifndef VERSION
|
||||
!define VERSION 'DEV'
|
||||
!endif
|
||||
!addplugindir "nsisPlugins"
|
||||
|
||||
; The name of the installer
|
||||
Name "Cura ${VERSION}"
|
||||
|
|
|
|||
BIN
scripts/win32/nsisPlugins/AccessControl.dll
Normal file
BIN
scripts/win32/nsisPlugins/AccessControl.dll
Normal file
Binary file not shown.
Loading…
Reference in a new issue