saving current changes

This commit is contained in:
2023-07-14 17:54:56 +01:00
parent d71bd991b0
commit 9caf6cde07
3 changed files with 15 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ archives:
windows: Windows
386: i386
amd64: x86_64
files:
- install-binary.sh
- install-binary.bat
checksum:
name_template: 'checksums.txt'
snapshot:

4
install-binary.bat Normal file
View File

@@ -0,0 +1,4 @@
setx PATH "%PATH%;%cd%"
setx P2PRC "%cd%"
p2p-rendering-computation.exe --dc

8
install-binary.sh Normal file
View File

@@ -0,0 +1,8 @@
# This script setups up the project P2PRC
echo '# Add the following paths to .bashrc or .zshrc based on the configuration you have set'
echo export P2PRC=$PWD
echo export PATH=$PWD:\${PATH}
export P2PRC=${PWD}
export PATH=${PWD}:${PATH}
./p2p-rendering-computation --dc