Skip to content

Commit

Permalink
minor cleanups and try to run LIReC bare
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Fievet committed Aug 19, 2024
1 parent 498e226 commit 2d5912b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/bundle_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ jobs:
run: |
echo "$SIGNING_KEY" > key
ls
# ./boinc/sign_executable app.$NEW_VERSION-$PLATFORM/$WRAPPER.exe key > app.$NEW_VERSION-$PLATFORM/$WRAPPER.exe.sig
# ./boinc/sign_executable app.$NEW_VERSION-$PLATFORM/python311.dll key > app.$NEW_VERSION-$PLATFORM/python311.dll.sig
# ./boinc/sign_executable app.$NEW_VERSION-$PLATFORM/python3.dll key > app.$NEW_VERSION-$PLATFORM/python3.dll.sig
#zip -r app.$NEW_VERSION-$PLATFORM.zip app.$NEW_VERSION-$PLATFORM
cd app.$NEW_VERSION-$PLATFORM
zip -r ../app.$NEW_VERSION-$PLATFORM.zip .
cd ..
Expand Down
2 changes: 1 addition & 1 deletion run_lirec.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main():

# The rest of the functions can now execute without being blocked by print_status
# install_python()
install_lirec()
# install_lirec()
run_lirec()

if __name__ == "__main__":
Expand Down

0 comments on commit 2d5912b

Please sign in to comment.