Skip to content

Commit

Permalink
Add 'ubuntu-...' to version of .deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
leaf-node committed Jan 28, 2025
1 parent 652844e commit 0b1aee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/oav-custom/compile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

export PATH="$PATH:$(pwd)/.flutter/bin/"

export version="$(grep -e "^version: " < pubspec.yaml | sed -e "s/^version: //; s/[+][0-9]*\s*$/-1${os_name}/")"
export version="$(grep -e "^version: " < pubspec.yaml | sed -e "s/^version: //; s/[+][0-9]*\s*$/-1ubuntu-${os_name}/")"

export bundle_name="oav-bundle-ubuntu-${os_name}-${bundle_arch}"
export deb_dir=open-alert-viewer_"${version}"
Expand Down

0 comments on commit 0b1aee6

Please sign in to comment.