comparison tools/makeinst-script.sh.in @ 5270:225fc4d8f598

* tools/makeinst-script.sh.in: make installer dpi aware
author John Donoghue
date Wed, 15 Jan 2020 09:33:28 -0500
parents 9899965a595b
children eafd9bf16bf4
comparison
equal deleted inserted replaced
5269:76000d1e2282 5270:225fc4d8f598
88 Name "\${APP_NAME}" 88 Name "\${APP_NAME}"
89 Caption "\${APP_NAME}" 89 Caption "\${APP_NAME}"
90 OutFile "\${INSTALLER_NAME}" 90 OutFile "\${INSTALLER_NAME}"
91 BrandingText "\${APP_NAME}" 91 BrandingText "\${APP_NAME}"
92 XPStyle on 92 XPStyle on
93 ManifestDPIAware true
93 InstallDir "C:\\Octave\\Octave-\${OCTAVE_VERSION}" 94 InstallDir "C:\\Octave\\Octave-\${OCTAVE_VERSION}"
94 Icon "\${INSTALLER_FILES}/octave-logo.ico" 95 Icon "\${INSTALLER_FILES}/octave-logo.ico"
95 96
96 ###################################################################### 97 ######################################################################
97 ; StrFunc usage 98 ; StrFunc usage