Skip to content

Commit

Permalink
update single-file-core
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Nov 20, 2024
1 parent b7560b9 commit 6f5f2f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mv package.json package.json.tmp
mv deno.json deno.json.tmp
mv deno.lock deno.lock.tmp
deno install --vendor --quiet "npm:single-file-core@1.5.41"
deno install --vendor --quiet "npm:single-file-core@1.5.42"
mv package.json.tmp package.json
mv deno.json.tmp deno.json
mv deno.lock.tmp deno.lock
Expand Down
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deno compile --allow-read --allow-write --allow-net --allow-env --allow-run --ex
deno compile --allow-read --allow-write --allow-net --allow-env --allow-run --ext=js --output=./dist/single-file-x86_64-apple-darwin --target=x86_64-apple-darwin ./single-file
deno compile --allow-read --allow-write --allow-net --allow-env --allow-run --ext=js --output=./dist/single-file-x86_64-linux --target=x86_64-unknown-linux-gnu ./single-file
deno compile --allow-read --allow-write --allow-net --allow-env --allow-run --ext=js --output=./dist/single-file-aarch64-linux --target=aarch64-unknown-linux-gnu ./single-file
deno compile --allow-read --allow-write --allow-net --allow-env --allow-run --ext=js --output=./dist/single-file.exe --target=x86_64-pc-windows-msvc --icon=./resources/single-file.ico ./single-file
deno compile --allow-all --ext=js --output=./dist/single-file.exe --target=x86_64-pc-windows-msvc --icon=./resources/single-file.ico ./single-file

dev_id=$(security find-identity -p codesigning -v | grep "Apple Development" | awk '{print $2}')
codesign -f -s $dev_id ./dist/single-file-aarch64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion lib/single-file-bundle.js

Large diffs are not rendered by default.

0 comments on commit 6f5f2f7

Please sign in to comment.