Skip to content

Commit

Permalink
Update rename.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jan 8, 2024
1 parent 9bfbe1b commit 2a11667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rename.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ if (os === "win32") {
}
} else if (os === "darwin") {
try {
copyFileSync(`./core/target/universal-apple-darwin/release/bundle/dmg/Authme_${version}_x64.dmg`, `./core/target/release/upload/authme-${version}-macos-x64.dmg`)
copyFileSync(`./core/target/universal-apple-darwin/release/bundle/dmg/Authme_${version}_universal.dmg`, `./core/target/release/upload/authme-${version}-macos-x64.dmg`)
copyFileSync("./core/target/universal-apple-darwin/release/bundle/macos/Authme.app.tar.gz", `./core/target/release/upload/authme-${version}-macos-x64.tar.gz`)
copyFileSync("./core/target/universal-apple-darwin/release/bundle/macos/Authme.app.tar.gz.sig", `./core/target/release/upload/authme-${version}-macos-x64.sig`)
} catch (err) {
console.log("File not found")
console.log("File not found", err)
}
} else {
try {
Expand Down

0 comments on commit 2a11667

Please sign in to comment.