mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-06-12 00:55:42 +02:00
Initial commit with new directory structure.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
Main-Class: net.sf.briar.ui.setup.SetupMain
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user