File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
ARCH=${ARCH:- x86_64}
4
4
WORKING_DIRECTORY=$( pwd)
5
- SOURCE_APP=${SOURCE_APP:- " RedisInsight-V2 -linux-$ARCH .AppImage" }
6
- APP_FOLDER_NAME=" RedisInsight-V2 -linux"
7
- TAR_NAME=" RedisInsight-V2 -app-linux.$ARCH .tar.gz"
5
+ SOURCE_APP=${SOURCE_APP:- " RedisInsight-v2 -linux-$ARCH .AppImage" }
6
+ APP_FOLDER_NAME=" RedisInsight-v2 -linux"
7
+ TAR_NAME=" RedisInsight-v2 -app-linux.$ARCH .tar.gz"
8
8
TMP_FOLDER=" /tmp/RedisInsight-app-$ARCH "
9
9
10
10
rm -rf " $TMP_FOLDER "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PLATFORM=${PLATFORM:-'linux'}
4
4
ELECTRON_VERSION=$( cat electron/version)
5
5
ARCH=${ARCH:- ' x64' }
6
6
# FILENAME="RedisInsight-$PLATFORM.$VERSION.$ARCH.zip"
7
- FILENAME=" RedisInsight-V2 -web-$PLATFORM .$ARCH .tar.gz"
7
+ FILENAME=" RedisInsight-v2 -web-$PLATFORM .$ARCH .tar.gz"
8
8
9
9
# reinstall backend prod dependencies only (optimise space)
10
10
rm -rf redisinsight/api/node_modules
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-V2 -app-darwin.$ARCH .tar.gz"
6
- APP_FOLDER_NAME=" RedisInsight-V2 .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-V2 -mac-$ARCH .dmg"
15
- cp -a /Volumes/RedisInsight-* /RedisInsight-V2 .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/"
Original file line number Diff line number Diff line change 1
1
{
2
- "productName" : " RedisInsight-V2 " ,
2
+ "productName" : " RedisInsight-v2 " ,
3
3
"appId" : " org.RedisLabs.RedisInsight-V2" ,
4
4
"copyright" : " Copyright © 2021 Redis Ltd." ,
5
5
"files" : [
You can’t perform that action at this time.
0 commit comments