diff options
| author | 2026-02-25 13:35:29 +0800 | |
|---|---|---|
| committer | 2026-02-25 13:35:29 +0800 | |
| commit | 9d394bae649bfb4d5f6f638c4d6334c53b75685d (patch) | |
| tree | 727a60c04a90a387fc6cb9b8c51145f57150d65d /src-tauri/tauri.conf.json | |
| parent | 123ac96e0691055a5f9984526a68d204d0292a51 (diff) | |
| download | DropOut-9d394bae649bfb4d5f6f638c4d6334c53b75685d.tar.gz DropOut-9d394bae649bfb4d5f6f638c4d6334c53b75685d.zip | |
fix(aur): fix release file paths
Diffstat (limited to 'src-tauri/tauri.conf.json')
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d5f719d..371b706 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "productName": "Dropout Launcher", + "productName": "Dropout", "version": "0.2.0-alpha.2", "identifier": "com.dropout.launcher", "build": { |