fix up the package name
This commit is contained in:
parent
96664f31c2
commit
d709300f6f
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ create_debian_package(){
|
|||
|
||||
mkdir -p "$PACKAGE_OUTPUT_DIR"
|
||||
|
||||
"$PACKAGING_TOOL_DIR/package_tool" -i "$PACKAGE_LAYOUT_DIR" -o "$PACKAGE_OUTPUT_DIR" -v $DOTNET_CLI_VERSION
|
||||
"$PACKAGING_TOOL_DIR/package_tool" -i "$PACKAGE_LAYOUT_DIR" -o "$PACKAGE_OUTPUT_DIR" -v $DOTNET_CLI_VERSION -n "$DOTNET_DEB_PACKAGE_NAME"
|
||||
}
|
||||
|
||||
update_debian_json()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue