bcv-vf/install/launch4j_config.xml

49 lines
1.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
2015-07-06 06:54:52 +00:00
<obj>w32api/crt2.o</obj>
<obj>head/guihead.o</obj>
<obj>head/head.o</obj>
<lib>w32api/libmingw32.a</lib>
<lib>w32api/libgcc.a</lib>
<lib>w32api/libmsvcrt.a</lib>
<lib>w32api/libkernel32.a</lib>
<lib>w32api/libuser32.a</lib>
<lib>w32api/libadvapi32.a</lib>
<lib>w32api/libshell32.a</lib>
2.9.8 07/19/2015 - Fixed enjarify. 07/20/2015 - Bibl sexified the boot loading time. 07/20/2015 - Decode APK Resources is selected by default. 07/20/2015 - Made the security manager slightly safer, it can still be targeted but not as obviously now. 07/20/2015 - Added CLI to the boot page. 07/21/2015 - Added support for offline mode in case you cannot connect to github for some reason. (kicks in after 7 seconds) 07/21/2015 - Added fatjar option back, in case anyone wants a 100% portable version. 07/21/2015 - Made it so it now shows the decompiler it's using - http://i.imgur.com/yMEzXwv.png. 07/21/2015 - Rewrote the file system, it now shows the path of the jar it's got loaded. 07/21/2015 - Now it shows if the decompiler is in editable mode or not. 07/21/2015 - Fixed Enjarify bug from new security manager. 07/22/2015 - Fixed a typo (Thanks affffsdsd) 07/22/2015 - Finally added icons to the File Navigator, credits to http://famfamfam.com/lab/icons/silk/ for the icons. 07/22/2015 - JD-GUI is now the default decompiler for GUI. 07/22/2015 - Added Set Python 3.X to the UI. 07/22/2015 - Fixed krakatau/export as jar bug introduced by file system update. 07/22/2015 - Sped up krakatau decompiler/disassembler on big files. 07/22/2015 - Made it so when you press enter on the file navigation pane it opens the class. 07/22/2015 - The Quick file search now opens the files again. 07/23/2015 - Fixed opening single files and file folders into BCV 07/24/2015 - Added File>Reload Resources. 07/26/2015 - Fixed the view pane refresh after toggling a viewer, it's now flawless. 07/26/2015 - Fixed Krakatau Disassembler. 07/26/2015 - Mibbzz is gay once again. 07/30/2015 - Removed Janino Compiler & moved to Javac, it can now compile decompiled classes again. 07/30/2015 - Affssdd fixed the File Navigator Pane's Quick Class Search. 07/30/2015 - Fixed a process leak in KrakatauDisassembler. 07/30/2015 - Started working on converting all the decompilers to launch in their own process in an effort to reduce BCV resources (only for non-fatjar version).
2015-07-30 19:39:17 +00:00
<jar>H:\Repo\BCV\bytecode-viewer\BytecodeViewer 2.9.8.jar</jar>
<outfile>H:\Repo\BCV\bytecode-viewer\BytecodeViewer.exe</outfile>
2021-12-19 23:24:17 +00:00
<errTitle/>
<cmdLine/>
<chdir>.</chdir>
<priority>normal</priority>
2021-12-19 23:24:17 +00:00
<downloadUrl>https://java.com/de/download/</downloadUrl>
<supportUrl/>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
2021-12-19 23:24:17 +00:00
<manifest/>
<icon>H:\Repo\BCV\bytecode-viewer\BCV Icon.ico</icon>
<jre>
2021-12-19 23:24:17 +00:00
<path/>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.7.0_00</minVersion>
2021-12-19 23:24:17 +00:00
<maxVersion/>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<versionInfo>
<fileVersion>0.2.9.7</fileVersion>
2021-12-19 23:24:17 +00:00
<txtFileVersion>https://the.bytecode.club/</txtFileVersion>
<fileDescription>Bytecode Viewer</fileDescription>
2021-12-19 23:24:17 +00:00
<copyright>https://bytecodeviewer.com/</copyright>
<productVersion>0.2.9.6</productVersion>
2021-12-19 23:24:17 +00:00
<txtProductVersion>https://the.bytecode.club/</txtProductVersion>
<productName>Bytecode Viewer</productName>
2021-12-19 23:24:17 +00:00
<companyName/>
<internalName>BCV</internalName>
<originalFilename>Bytecode_Viewer.exe</originalFilename>
</versionInfo>
2021-12-19 23:24:17 +00:00
</launch4jConfig>