mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Initial commit with new directory structure.
This commit is contained in:
BIN
lib/guice-3.0-no_aop.jar
Normal file
BIN
lib/guice-3.0-no_aop.jar
Normal file
Binary file not shown.
BIN
lib/h2small-1.3.154.jar
Normal file
BIN
lib/h2small-1.3.154.jar
Normal file
Binary file not shown.
2
lib/installer.manifest
Normal file
2
lib/installer.manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
Main-Class: net.sf.briar.ui.setup.SetupMain
|
||||
|
||||
BIN
lib/javax.inject-1.jar
Normal file
BIN
lib/javax.inject-1.jar
Normal file
Binary file not shown.
7
lib/setup.vbs
Normal file
7
lib/setup.vbs
Normal file
@@ -0,0 +1,7 @@
|
||||
Set Shell = CreateObject("WScript.Shell")
|
||||
Shell.Run "briar.tmp\jre\bin\javaw -ea -jar briar.exe", 0, true
|
||||
Set Shell = Nothing
|
||||
Set Fso = CreateObject("Scripting.FileSystemObject")
|
||||
Fso.DeleteFolder "briar.tmp"
|
||||
Set Fso = Nothing
|
||||
|
||||
BIN
lib/unzipsfx.exe
Executable file
BIN
lib/unzipsfx.exe
Executable file
Binary file not shown.
Reference in New Issue
Block a user