-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a321b3a
commit cd5a6af
Showing
4 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sed -i "s/runServerAutomatically: false/runServerAutomatically: true/g" medomics.dev.js | ||
|
||
parent_folder=$(dirname "$0") | ||
bash "$parent_folder/pack_GO.sh" | ||
bash "$parent_folder/pack_GO_linux.sh" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cd go_server | ||
go build main.go | ||
cd .. | ||
echo F | cp go_server/main renderer/public/server_go_linux | ||
echo F | cp go_server/main go_executables/server_go_linux | ||
echo F | cp -p go_server/main renderer/public/server_go_linux | ||
echo F | cp -p go_server/main go_executables/server_go_linux | ||
chmod +x go_executables/server_go_linux |