build(workflow): 📦 工作流配置读取脚本路径修改

工作流配置读取脚本路径修改
This commit is contained in:
ZOL4789 2024-10-26 17:48:07 +08:00 committed by nongyehong
parent c266ecc831
commit 8d8d7e73d5
6 changed files with 13 additions and 7 deletions

View File

@ -62,5 +62,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# 运行脚本上传latest.json文件
run: node scripts/updater.mjs
run: node build/config/updater.mjs

View File

@ -1,5 +1,7 @@
## [2.4.3](https://github.com/HuLaSpark/HuLa/compare/v2.4.2...v2.4.3) (2024-10-26)
## [2.4.0](https://github.com/HuLaSpark/HuLa/compare/v2.3.0...v2.4.0) (2024-10-24)

View File

@ -1,7 +1,7 @@
{
"name": "hula",
"type": "module",
"version": "2.4.0",
"version": "2.4.3",
"license": "Apache-2.0",
"engines": {
"node": ">=18.12.0",

View File

@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.4.0",
"version": "2.4.3",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",

View File

@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.4.0",
"version": "2.4.3",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",
@ -13,7 +13,9 @@
"tray"
],
"active": true,
"targets": ["dmg"],
"targets": [
"dmg"
],
"icon": [
"icons/macos/32x32.png",
"icons/macos/128x128.png",

View File

@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.4.0",
"version": "2.4.3",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",
@ -13,7 +13,9 @@
"tray"
],
"active": true,
"targets": ["msi"],
"targets": [
"msi"
],
"icon": [
"icons/windows/32x32.png",
"icons/windows/128x128.png",