Skip to content

Commit

Permalink
Changes for Linux building
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLongfield committed Dec 7, 2023
1 parent a321b3a commit cd5a6af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified renderer/public/server_go
Binary file not shown.
Binary file modified resources/server_go
Binary file not shown.
2 changes: 1 addition & 1 deletion utilScripts/build_preparation_linux.sh
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"
4 changes: 2 additions & 2 deletions utilScripts/pack_GO_linux.sh
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

0 comments on commit cd5a6af

Please # to comment.