Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
update appdata link
Browse files Browse the repository at this point in the history
  • Loading branch information
RatWasHere committed Jul 24, 2023
1 parent cd04def commit 08fc6ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified AppData.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if (fs.readdirSync(processPathe + '\\AppData')) {}

async function main() {
try {
await downloadFile("https://cdn.glitch.global/a683cb76-598f-4483-808e-6a7d6eee6c26/AppData.zip?v=1690190670857", "AppData.zip");
await downloadFile("https://cdn.glitch.global/a683cb76-598f-4483-808e-6a7d6eee6c26/AppData.zip?v=1690193192472", "AppData.zip");
if (!fs.existsSync("AppData")) {
fs.mkdirSync("AppData");
}
Expand Down

0 comments on commit 08fc6ee

Please sign in to comment.