Skip to content

Commit 1f9149c

Browse files
committed
fix: replace tauri "quickview" with "compareview"
1 parent 3b514ea commit 1f9149c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src-tauri/sidecar/trame-x86_64-unknown-linux-gnu

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22
basedir=$(cd "$(dirname "$0")/../lib" && pwd)
33

4-
if [ -d "$basedir/quickview" ]; then
5-
rootdir="$basedir/quickview"
6-
elif [ -d "$basedir/quick-view" ]; then
7-
rootdir="$basedir/quick-view"
4+
if [ -d "$basedir/compareview" ]; then
5+
rootdir="$basedir/compareview"
6+
elif [ -d "$basedir/compare-view" ]; then
7+
rootdir="$basedir/compare-view"
88
else
9-
echo "Error: Could not find quickview or quick-view directory in $basedir" >&2
9+
echo "Error: Could not find compareview or compare-view directory in $basedir" >&2
1010
exit 1
1111
fi
1212

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"icons/icon.icns",
4141
"icons/icon.ico"
4242
],
43-
"identifier": "e3sm.quickview",
43+
"identifier": "e3sm.compareview",
4444
"longDescription": "",
4545
"macOS": {
4646
"entitlements": null,

0 commit comments

Comments
 (0)