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

Commit 8aacb10

Browse files
committed
Refine build script & update the release
1 parent 6f06ade commit 8aacb10

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sh

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

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

6768
cd ..
6869
ls -l $output
@@ -76,6 +77,7 @@ repackage_nonLinux(){
7677
[[ -z $input ]] && { echo "$input doesn't exist"; exit 1; }
7778

7879
cp $input $output
80+
chmod ugo+r $output
7981
ls -l $output
8082
}
8183

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Release 2020.11.13. Commit 21167c0
1+
Release 2020.11.25. Commit 6f06ade

0 commit comments

Comments
 (0)