mirror of
https://onedev.site.tesses.net/crosslang/crosslangdevstudio
synced 2026-02-08 09:15:45 +00:00
Get way further
This commit is contained in:
@@ -17,4 +17,6 @@ cd package
|
||||
dotnet publish -c Release -r win-x86 -o bin -p:PublishReadyToRun=true -p:PublishSingleFile=true --self-contained ../../../../CrossLangDevStudio.csproj
|
||||
cp ../../script.nsh .
|
||||
cp ../../license.txt .
|
||||
makensis script.nsh
|
||||
makensis script.nsh
|
||||
mv crosslang-devstudio-win32.exe ../../../../artifacts/
|
||||
zip -r ../../../../artifacts/crosslang-devstudio-win32.zip bin share
|
||||
@@ -29,7 +29,7 @@ LicenseData "license.txt"
|
||||
# This will be in the installer/uninstaller's title bar
|
||||
Name "${COMPANYNAME} - ${APPNAME}"
|
||||
Icon "crosslang.ico"
|
||||
outFile "CrossLangDevStudio-Installer.exe"
|
||||
outFile "crosslang-devstudio-win32.exe"
|
||||
|
||||
!include LogicLib.nsh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user