Skip to content

Commit

Permalink
fix: update linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Aug 20, 2024
1 parent c84922f commit 44309bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/built-linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const platform = Deno.env.get("TRAN_PLATFORM")
const root = "src-tauri/target/release/";

const bundle = root + "bundle/"
const deb = bundle + "deb/tran_" + version + "_amd64.deb"
const rpm = bundle + "rpm/tran-" + version + "-1.x86_64.rpm"
const appimage = bundle + "appimage/tran_" + version + "_amd64.AppImage"
const deb = bundle + "deb/Tran_" + version + "_amd64.deb"
const rpm = bundle + "rpm/Tran-" + version + "-1.x86_64.rpm"
const appimage = bundle + "appimage/Tran_" + version + "_amd64.AppImage"

const new_deb = "Tran_" + lang + "_amd64.deb"
const new_rpm = "Tran_" + lang + "_amd64.rpm"
Expand Down

0 comments on commit 44309bd

Please sign in to comment.