mirror of
https://gitee.com/HuLaSpark/HuLa.git
synced 2024-11-29 10:18:35 +08:00
build(workflow): 📦 工作流配置读取脚本路径修改
工作流配置读取脚本路径修改
This commit is contained in:
parent
c266ecc831
commit
8d8d7e73d5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -62,5 +62,5 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# 运行脚本上传latest.json文件
|
||||
run: node scripts/updater.mjs
|
||||
run: node build/config/updater.mjs
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"productName": "HuLa",
|
||||
"version": "2.4.0",
|
||||
"version": "2.4.3",
|
||||
"identifier": "com.tauri.build",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user