Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Move some files
Browse files Browse the repository at this point in the history
  • Loading branch information
dulapahv committed Nov 22, 2022
1 parent d6d69be commit 48c200a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
8 changes: 4 additions & 4 deletions launch4j_config.xml → launch4j/launch4j_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\Dulapah Vibulsanti\OneDrive - KMITL\Documents\GitHub\MyStudyPlan\MyStudyPlan\target\MyStudyPlan-1.0-jar-with-dependencies.jar</jar>
<outfile>C:\Users\Dulapah Vibulsanti\OneDrive - KMITL\Documents\GitHub\MyStudyPlan\MyStudyPlan\MyStudyPlan.exe</outfile>
<jar>C:\Users\Dulapah Vibulsanti\OneDrive - KMITL\Documents\GitHub\MyStudyPlan\target\MyStudyPlan-1.0-jar-with-dependencies.jar</jar>
<outfile>C:\Users\Dulapah Vibulsanti\OneDrive - KMITL\Documents\GitHub\MyStudyPlan\MyStudyPlan.exe</outfile>
<errTitle>This application requires a Java Runtime Environment.</errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand All @@ -12,8 +12,8 @@
<supportUrl>https://github.com/dulapahv/MyStudyPlan</supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\Users\Dulapah Vibulsanti\OneDrive - KMITL\Documents\GitHub\MyStudyPlan\MyStudyPlan\icon.ico</icon>
<manifest>C:\Users\Dulapah Vibulsanti\OneDrive - KMITL\Documents\GitHub\MyStudyPlan\launch4j\wrapper.manifest</manifest>
<icon>C:\Users\Dulapah Vibulsanti\OneDrive - KMITL\Documents\GitHub\MyStudyPlan\icon.ico</icon>
<singleInstance>
<mutexName>MyStudyPlan</mutexName>
<windowTitle>MyStudyPlan</windowTitle>
Expand Down
18 changes: 18 additions & 0 deletions launch4j/wrapper.manifest.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0"
processorArchitecture="X86"
name="MyApp.exe"
type="win32"/>
<description>{app name}</description>
<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

0 comments on commit 48c200a

Please sign in to comment.