diff --git a/BytecodeViewer.exe b/BytecodeViewer.exe deleted file mode 100644 index a1b87565..00000000 Binary files a/BytecodeViewer.exe and /dev/null differ diff --git a/_install BCV.bat b/_install BCV.32.bat similarity index 65% rename from _install BCV.bat rename to _install BCV.32.bat index 123a2700..249847b8 100644 --- a/_install BCV.bat +++ b/_install BCV.32.bat @@ -2,12 +2,12 @@ assoc .class=BCV assoc .apk=BCV assoc .dex=BCV -ftype BCV="%CD%\BytecodeViewer.exe" "%%1" +ftype BCV="%CD%\BytecodeViewer.32.exe" "%%1" echo. echo. -echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.exe +echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.32.exe echo. -echo Note, if you move BytecodeViewer.exe +echo Note, if you move BytecodeViewer.32.exe echo you'll need to re-run this program in the same directory as it. echo. echo. diff --git a/_install BCV.64.bat b/_install BCV.64.bat new file mode 100644 index 00000000..33ef3088 --- /dev/null +++ b/_install BCV.64.bat @@ -0,0 +1,14 @@ +@echo off +assoc .class=BCV +assoc .apk=BCV +assoc .dex=BCV +ftype BCV="%CD%\BytecodeViewer.64.exe" "%%1" +echo. +echo. +echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.64.exe +echo. +echo Note, if you move BytecodeViewer.64.exe +echo you'll need to re-run this program in the same directory as it. +echo. +echo. +pause \ No newline at end of file diff --git a/jar2exe_config.j2e b/jar2exe_config.j2e index 052dd9e0..5d389440 100644 --- a/jar2exe_config.j2e +++ b/jar2exe_config.j2e @@ -1 +1 @@ -"C:\Program Files (x86)\Jar2Exe Wizard\j2ewiz" /jar "H:\Repo\BCV\bytecode-viewer\BytecodeViewer 2.9.4.jar" /o H:\Repo\BCV\bytecode-viewer\BytecodeViewer.exe /m the.bytecode.club.bytecodeviewer.BytecodeViewer /type windows /minjre 1.7 /platform windows /checksum /amd64 /icon "H:\Repo\BCV\bytecode-viewer\BCV Icon.ico, 0" /pv 1,0,0,1 /fv 1,0,0,1 /ve ProductVersion=1.9.0 /ve "ProductName=The Bytecode Club" /ve "LegalCopyright=Copyright (c) 2014 - 2015 Kalen (Konloch) Kinloch" /ve "SpecialBuild=1, 0, 0, 1" /ve FileVersion=1 /ve "FileDescription=Java Reverse Engineering Suite" /ve "LegalTrademarks=Trade marks" /ve "InternalName=1, 0, 0, 1" /ve "CompanyName=The Bytecode Club" \ No newline at end of file +"C:\Program Files (x86)\Jar2Exe Wizard\j2ewiz" /jar "H:\Repo\BCV\bytecode-viewer\BytecodeViewer 2.9.5.jar" /o H:\Repo\BCV\bytecode-viewer\BytecodeViewer.32.exe /m the.bytecode.club.bytecodeviewer.BytecodeViewer /type windows /minjre 1.7 /platform windows /checksum /icon "H:\Repo\BCV\bytecode-viewer\BCV Icon.ico, 0" /pv 1,0,0,1 /fv 1,0,0,1 /ve ProductVersion=1.9.0 /ve "ProductName=The Bytecode Club" /ve "LegalCopyright=Copyright (c) 2014 - 2015 Kalen (Konloch) Kinloch" /ve "SpecialBuild=1, 0, 0, 1" /ve FileVersion=1 /ve "FileDescription=Java Reverse Engineering Suite" /ve "LegalTrademarks=Trade marks" /ve "InternalName=1, 0, 0, 1" /ve "CompanyName=The Bytecode Club" \ No newline at end of file