Add short commit hash in about popup for macOS build
- This adds a new
releasefile to the root folder where we store the current version of the app. - A new
scripts/releasescript that updates thetauri.conf.jsonandInfo.plistfile to get a shortened commit hash of the head the app was built on.- Only tested on macOS, we need some testing how we can expose this on other operating systems.
5 files changed
+61
-2
f0ef0872
→
865497ce
modified crates/radicle-tauri/build.rs
@@ -1,3 +1,12 @@
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
modified crates/radicle-tauri/src/commands/startup.rs
@@ -1,16 +1,47 @@
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/lib.rs
@@ -57,6 +57,7 @@ pub fn run() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-tauri/tauri.conf.json
@@ -1,8 +1,8 @@
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
modified src/components/Settings.svelte
@@ -1,8 +1,12 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -15,6 +19,12 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -42,6 +52,14 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|