mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Initial commit with new directory structure.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user