Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit de43b02

Browse files
committed
Update the build script and release 2020.12.11
1 parent 79f3c09 commit de43b02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ repackage_linux(){
6363

6464
output="hpcviewer-${release}-${prefix}.${platform}.$extension"
6565
tar czf ../$output hpcviewer/
66-
chmod ugo+r ../$output
66+
chmod ug+rw ../$output
6767

6868
cd ..
6969
ls -l $output
@@ -77,7 +77,7 @@ repackage_nonLinux(){
7777
[[ -z $input ]] && { echo "$input doesn't exist"; exit 1; }
7878

7979
cp $input $output
80-
chmod ugo+r $output
80+
chmod ug+rw $output
8181
ls -l $output
8282
}
8383

edu.rice.cs.hpcviewer.ui/release.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Release 2020.12.09. Commit 582e9f0
1+
Release 2020.12.11. Commit 79f3c09

0 commit comments

Comments
 (0)