File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
ARCH=${ARCH:- x64}
4
4
WORKING_DIRECTORY=$( pwd)
5
- TAR_NAME=" RedisInsight-2 -app-darwin.$ARCH .tar.gz"
6
- APP_FOLDER_NAME=" RedisInsight-2 .app"
5
+ TAR_NAME=" RedisInsight-v2 -app-darwin.$ARCH .tar.gz"
6
+ APP_FOLDER_NAME=" RedisInsight-v2 .app"
7
7
TMP_FOLDER=" /tmp/$APP_FOLDER_NAME "
8
8
9
9
rm -rf " $TMP_FOLDER "
10
10
11
11
mkdir -p " $WORKING_DIRECTORY /release/redisstack"
12
12
mkdir -p " $TMP_FOLDER "
13
13
14
- hdiutil attach " ./release/RedisInsight-2 -mac-$ARCH .dmg"
15
- cp -a /Volumes/RedisInsight-* /RedisInsight-2 .app " /tmp"
14
+ hdiutil attach " ./release/RedisInsight-v2 -mac-$ARCH .dmg"
15
+ cp -a /Volumes/RedisInsight-* /RedisInsight-v2 .app " /tmp"
16
16
cd " /tmp" || exit 1
17
17
tar -czvf " $TAR_NAME " " $APP_FOLDER_NAME "
18
18
cp " $TAR_NAME " " $WORKING_DIRECTORY /release/redisstack/"
You can’t perform that action at this time.
0 commit comments