Skip to content

Commit

Permalink
Fix precompiled script version
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 16, 2022
1 parent c41acd9 commit 24da620
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,3 @@ jobs:
asset_path: dist/artifacts/build-windows/r2frida-${{env.R2V}}-w64.zip
asset_name: r2frida-${{ steps.r2fv.outputs.branch }}-w64.zip
asset_content_type: application/zip
- name: Upload asset for Sleigh files
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/artifacts/build-linux/r2frida_sleigh-${{ steps.r2fv.outputs.branch }}.zip
asset_name: r2frida_sleigh-${{ steps.r2fv.outputs.branch }}.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ R2V=$(VERSION)
R2V=5.7.2
frida_version=15.2.2
R2FRIDA_PRECOMPILED_AGENT?=0
R2FRIDA_PRECOMPILED_AGENT_URL=https://github.com/nowsecure/r2frida/releases/download/v5.7.2/_agent.js
R2FRIDA_PRECOMPILED_AGENT_URL=https://github.com/nowsecure/r2frida/releases/download/5.7.4/_agent.js

CFLAGS+=-DFRIDA_VERSION_STRING=\"${frida_version}\"

Expand Down

0 comments on commit 24da620

Please sign in to comment.