-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathPrashnaSetu.xml
More file actions
25 lines (25 loc) · 909 Bytes
/
Copy pathPrashnaSetu.xml
File metadata and controls
25 lines (25 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\gg\Desktop\Algorithm Visualizer\target\algorithm-visualizer-1.0.0-all.jar</jar>
<outfile>C:\Users\mailt\OneDrive\Desktop\Algorithm Visualizer\AlgoQuest.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>high</priority>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
<stayAlive>true</stayAlive>
<restartOnCrash>true</restartOnCrash>
<manifest></manifest>
<icon></icon>
<jre>
<path>jre</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion></minVersion>
<maxVersion></maxVersion>
<opt>--module-path "%EXEDIR%\openjfx-21.0.7_windows-x64_bin-sdk\javafx-sdk-21.0.7\lib" --add-modules javafx.controls,javafx.fxml</opt>
</jre>
</launch4jConfig>