mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 13:18:04 -05:00
CLI: Replace the default icon and program info for Windows build (#127)
This commit is contained in:
committed by
GitHub
parent
97d4e511f2
commit
7af924bbc8
12
.github/workflows/prod_build_cli.yml
vendored
12
.github/workflows/prod_build_cli.yml
vendored
@@ -90,7 +90,19 @@ jobs:
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
cd cli
|
||||
node win_fix_binary.js cli
|
||||
$env:PKG_PATCHED_BIN = '1'
|
||||
$env:PKG_CACHE_PATH = './.pkg-cache/'
|
||||
$env:PKG_IGNORE_TAG = '1'
|
||||
node_modules/.bin/pkg --compress GZip -t node16-win-x64 -c package.json -o dist/halocli.exe entry_cli.js
|
||||
- name: Package HaLo Bridge tool (Windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
cd cli
|
||||
node win_fix_binary.js bridge
|
||||
$env:PKG_PATCHED_BIN = '1'
|
||||
$env:PKG_CACHE_PATH = './.pkg-cache/'
|
||||
$env:PKG_IGNORE_TAG = '1'
|
||||
node_modules/.bin/pkg --compress GZip -t node16-win-x64 -c package.json -o dist/halo-bridge.exe entry_bridge.js
|
||||
- name: Package HaLo CLI tool (MacOS)
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
Reference in New Issue
Block a user