mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
Windows: added application manifest
This commit is contained in:
parent
41291c2907
commit
fceb1d7eda
@ -1026,7 +1026,7 @@
|
|||||||
|
|
||||||
<copy todir="windows/work">
|
<copy todir="windows/work">
|
||||||
<fileset dir="windows/launcher"
|
<fileset dir="windows/launcher"
|
||||||
includes="application.ico, config.xml, config_debug.xml, arduino.l4j.ini"/>
|
includes="application.ico, config.xml, config_debug.xml, arduino.l4j.ini, wrapper-manifest.xml"/>
|
||||||
</copy>
|
</copy>
|
||||||
<launch4j configFile="windows/work/config.xml" fileVersion="${revision}.0" txtFileVersion="${revision}" productVersion="${revision}.0" txtProductVersion="${revision}"/>
|
<launch4j configFile="windows/work/config.xml" fileVersion="${revision}.0" txtFileVersion="${revision}" productVersion="${revision}.0" txtProductVersion="${revision}"/>
|
||||||
<launch4j configFile="windows/work/config_debug.xml" fileVersion="${revision}.0" txtFileVersion="${revision}" productVersion="${revision}.0" txtProductVersion="${revision}"/>
|
<launch4j configFile="windows/work/config_debug.xml" fileVersion="${revision}.0" txtFileVersion="${revision}" productVersion="${revision}.0" txtProductVersion="${revision}"/>
|
||||||
|
@ -75,4 +75,5 @@
|
|||||||
<launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr>
|
<launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr>
|
||||||
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
||||||
</messages>
|
</messages>
|
||||||
|
<manifest>wrapper-manifest.xml</manifest>
|
||||||
</launch4jConfig>
|
</launch4jConfig>
|
||||||
|
@ -75,4 +75,5 @@
|
|||||||
<launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr>
|
<launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr>
|
||||||
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
||||||
</messages>
|
</messages>
|
||||||
|
<manifest>wrapper-manifest.xml</manifest>
|
||||||
</launch4jConfig>
|
</launch4jConfig>
|
||||||
|
9
build/windows/launcher/wrapper-manifest.xml
Normal file
9
build/windows/launcher/wrapper-manifest.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||||
|
|
||||||
|
<asmv3:application>
|
||||||
|
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||||
|
<dpiAware>true</dpiAware>
|
||||||
|
</asmv3:windowsSettings>
|
||||||
|
</asmv3:application>
|
||||||
|
|
||||||
|
</assembly>
|
Loading…
x
Reference in New Issue
Block a user