Skip to content

Commit

Permalink
Fix Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Dec 3, 2024
1 parent b49e697 commit 5e08c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_setup.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ const result = data
.replace("%%deb%%", `AHQ.Store_${version}_amd64.deb`)
.replace("%%rpm%%", `AHQ.Store-${version}-1.x86_64.rpm`);

writeFileSync("./install.sh", data);
writeFileSync("./install.sh", result);

0 comments on commit 5e08c84

Please sign in to comment.