Skip to content

Commit

Permalink
minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Fievet committed Aug 17, 2024
1 parent 4e23ba4 commit 9031d47
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ 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/$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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/identify_target_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: new_version_number
env:
BOINC_APP_DESCRIPTION: ${{ inputs.boinc_app_description }}
SPECIFIED_VERSION: '1.14'
SPECIFIED_VERSION: '1.15'
run: |
echo "BOINC_APP_DESCRIPTION: $BOINC_APP_DESCRIPTION"
echo "SPECIFIED_VERSION: $SPECIFIED_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion boinc/job_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
<!-- this is a logical file name not a physical one - do not change -->
<zipfilename>app.zip</zipfilename>
</unzip_input>
</job_desc>
</job_desc>
4 changes: 2 additions & 2 deletions boinc/version_template.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is a necessary component to a BOINC app version -->
<version>
<file>
<file>
<physical_name>{{WRAPPER}}.exe</physical_name>
<main_program/>
</file>
Expand All @@ -13,4 +13,4 @@
<logical_name>app.zip</logical_name>
</file>
<is_wrapper/>
</version>
</version>

0 comments on commit 9031d47

Please sign in to comment.