mirror of
https://github.com/araxiaonline/araxiapatch-ts.git
synced 2026-06-13 03:02:23 -04:00
updated with new files and path
This commit is contained in:
20
app.ts
20
app.ts
@@ -3,24 +3,12 @@ import { download } from 'electron-dl';
|
||||
|
||||
// Files to download
|
||||
const files: string[] = [
|
||||
'info.txt',
|
||||
'patch-4.mpq',
|
||||
'patch-5.mpq',
|
||||
'patch-7.mpq',
|
||||
'patch-9.mpq',
|
||||
'patch-B.mpq',
|
||||
'patch-C.mpq',
|
||||
'patch-D.mpq',
|
||||
'patch-F.mpq',
|
||||
'patch-G.mpq',
|
||||
'patch-J.mpq',
|
||||
'patch-L.mpq',
|
||||
'patch-S.mpq',
|
||||
'patch-T.mpq',
|
||||
'patch-U.mpq',
|
||||
"info.txt",
|
||||
"AraxiaPatchv1.tar.gz",
|
||||
"HDPatchv1.tar.gz",
|
||||
];
|
||||
|
||||
const patchSource = 'https://storage.googleapis.com/araxia-client-patches/';
|
||||
const patchSource = 'https://storage.googleapis.com/araxia-client-patches/Updatev1/';
|
||||
const appName = 'Araxia Client Patch Downloader';
|
||||
|
||||
let mainWindow: BrowserWindow | null;
|
||||
|
||||
Reference in New Issue
Block a user