We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460f9d6 commit 7d4cc7fCopy full SHA for 7d4cc7f
1 file changed
build/scripts/linux/build-avalonia-packages.sh
100644
100755
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
+REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../.." && pwd)"
5
PROJECT_PATH="$REPO_ROOT/src/GregModmanager.Avalonia/GregModmanager.Avalonia.csproj"
6
OUTPUT_ROOT="${1:-$REPO_ROOT/artifacts/avalonia-linux}"
7
VERSION="${2:-1.1.0}"
0 commit comments