Skip to content

Commit

Permalink
Slight tweaks to script
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiNtD committed Oct 20, 2024
1 parent 20ad275 commit ed1067c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"module": "src/index.ts",
"type": "module",
"scripts": {
"start": "bun src/index.ts",
"start": "bun .",
"fileinfo": "bun src/fileinfo.ts"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ if (updateAvailable || confirm("Redownload Prism Launcher?")) {
});
}

console.log("Downloading...");

for (const download of downloads) {
const path = join(appPath, download.dir);
const url = `${urlBase}/${download.filename}`;
Expand Down

0 comments on commit ed1067c

Please sign in to comment.