Skip to content

Commit

Permalink
use vite_public_git_sha
Browse files Browse the repository at this point in the history
  • Loading branch information
wgenh committed Jun 3, 2024
1 parent 999bd9a commit e7703c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import fastbootPorts from "./assets/fastboot-ports.svg";
import zadigCreateNewDevice from "./assets/zadig_create_new_device.png";
import zadigForm from "./assets/zadig_form.png";
const version = import.meta.env.version || "dev";
const version = import.meta.env.VITE_PUBLIC_GIT_SHA || "dev";
import Flash from "./flash.svelte";
</script>

Expand Down

0 comments on commit e7703c9

Please sign in to comment.