File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " desktop" ,
3- "version" : " 0.1.0-beta.15 " ,
3+ "version" : " 0.1.0-beta.16 " ,
44 "description" : " Cross-platform SSH manager desktop app" ,
55 "scripts" : {
66 "dev" : " vite" ,
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ package() {
1313 # The Tauri build for Debian creates a directory structure we can reuse.
1414 # In a Cargo workspace, we find the data directory within the workspace root's target folder.
1515 # Tauri sanitizes versions (e.g., stripping pre-release tags for DEB), so we find the first dir.
16- _deb_bundle_dir=$( find ../../../target/release/bundle/deb -maxdepth 1 -mindepth 1 -type d | head -n 1)
16+ _deb_bundle_dir=$( find " ${startdir} / ../../../target/release/bundle/deb" -maxdepth 1 -mindepth 1 -type d | head -n 1)
1717
1818 if [ -z " $_deb_bundle_dir " ]; then
1919 echo " Error: Could not find any Debian bundle directory"
20- echo " Searched in: ../../../target/release/bundle/deb"
20+ echo " Searched in: ${startdir} / ../../../target/release/bundle/deb"
2121 exit 1
2222 fi
2323
You can’t perform that action at this time.
0 commit comments