Merge branch 'dev_2.3.0_alves' of https://github.com/Snapmaker/OrcaSlicer into dev_2.3.0_alves

This commit is contained in:
alves
2026-03-03 09:58:49 +08:00

View File

@@ -27,6 +27,11 @@ InstallDir "${INSTALL_DIR_RUNTIME}"
!define OUTPUT_FILE "Snapmaker_Orca_Windows_Installer_V${VERSION}.exe"
!endif
; License page: show LICENSE.txt from repo root (same dir as this .nsi)
!ifndef LICENSE_FILE
!define LICENSE_FILE ".\LICENSE.txt"
!endif
RequestExecutionLevel admin
; No /SOLID to avoid "Internal compiler error #12345: error mmapping datablock"