kopia lustrzana https://github.com/njcrawford/EmbroideryReader
Added latest BuildInstaller, added 7z.exe and makezip.bat to automate zip file creation.
rodzic
ffeacbdc43
commit
f9dd64842c
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -1,3 +1,3 @@
|
||||||
AssemblyInfo Path=..\embroideryReader\Properties\AssemblyInfo.cs
|
AssemblyInfo Path=..\embroideryReader\Properties\AssemblyInfo.cs
|
||||||
command path=C:\Program Files (x86)\NSIS\makensis.exe
|
command path=C:\Program Files\NSIS\makensis.exe
|
||||||
command arguments=/DVERSION={ver} embreader.nsi
|
command arguments=/DVERSION={ver} /Doutfile={outfile} embreader.nsi
|
|
@ -15,7 +15,7 @@
|
||||||
Name "Embroidery Reader"
|
Name "Embroidery Reader"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "embreadsetup_${VERSION}.exe"
|
OutFile "${outfile}"
|
||||||
|
|
||||||
; The default installation directory
|
; The default installation directory
|
||||||
InstallDir "$PROGRAMFILES\Embroidery Reader"
|
InstallDir "$PROGRAMFILES\Embroidery Reader"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
7z.exe a -tzip test.zip embroideryReader.exe nc_settings.dll nc_Updater.dll PesFile.dll
|
|
@ -1,3 +1 @@
|
||||||
version=1.3.0.25
|
version=1.3.0.25
|
||||||
[update importance]
|
|
||||||
feature since=1.3
|
|
Ładowanie…
Reference in New Issue