Skip to content

Commit

Permalink
qtpy - updated qtpy-incorp
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Aug 28, 2024
1 parent 1061a0e commit fe54b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/qtpy-incorp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
# Where:
# tag is the tag to incorporate.
#
# last tag was v1.5-001
# last tag was v1.5-002

REPOSITORY=https://github.com/FRIBDAQ/CutiePie.git
TARGET=PyQtGUI
VERSION=$1

if [[ ! $VERSION ]]
then
VERSION="v1.5-001"
VERSION="v1.5-002"
fi

rm -rf ${TARGET}
Expand Down

0 comments on commit fe54b25

Please sign in to comment.