Skip to content

Commit

Permalink
Made rsruntime-*manifest.sh scripts explicitly use 'python3' over '/b…
Browse files Browse the repository at this point in the history
…in/python3'
  • Loading branch information
Tiger-Tom committed Nov 27, 2023
1 parent 235ed80 commit a22a09d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devel/rsruntime-mkmanifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Generates a manifest for _rsruntime
# all arguments are supplied, even if they are simply the defaults, for documentation purposes

./devel/mkmanifest.py make ./_rsruntime/ \
python3 ./devel/mkmanifest.py make ./_rsruntime/ \
--output ./_rsruntime/MANIFEST.ini \
"RunServer Runtime Files" \
"http://0.0.0.0:8000/MANIFEST.ini" \
Expand Down
4 changes: 2 additions & 2 deletions devel/rsruntime-updatemanifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Updates the manifest in ./_rsruntime/MANIFEST.ini
# all arguments are supplied, even if they are simply the defaults, for documentation purposes

./devel/mkmanifest.py update ./_rsruntime/MANIFEST.ini ./_rsruntime/ \
python3 ./devel/mkmanifest.py update ./_rsruntime/MANIFEST.ini ./_rsruntime/ \
--hash-algorithm "sha1" --overwrite

./devel/mkmanifest.py sign ./_rsruntime/MANIFEST.ini ./key.pyk --overwrite
python3 ./devel/mkmanifest.py sign ./_rsruntime/MANIFEST.ini ./key.pyk --overwrite

0 comments on commit a22a09d

Please sign in to comment.