Get way further

This commit is contained in:
2025-10-22 17:31:32 -05:00
parent 7c4f85ec21
commit 27f301fe48
39 changed files with 2028 additions and 123 deletions

View File

@@ -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

View File

@@ -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