Skip to content

Commit

Permalink
change package name in build.sh
Browse files Browse the repository at this point in the history
pkg+
  • Loading branch information
mominul committed Aug 16, 2024
1 parent 10669cf commit c036b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash
RELEASE_VERSION=$(cat version.txt | head -n1)
# follow cmake PACKAGE_FILE_NAME directive in main repo
RELEASE_STUB="OpenBangla-Keyboard_${RELEASE_VERSION}-${IME}-"
RELEASE_STUB="${IME}-openbangla_${RELEASE_VERSION}-"

makeDeb () {
RELEASE_FILENAME="${RELEASE_STUB}${DIST}.deb"
Expand Down

0 comments on commit c036b84

Please sign in to comment.