Skip to content

Commit fb6719a

Browse files
committed
编译脚本、快捷面板、ffmpeg 检测 bugfix、LICENSE 更新
1 parent 66f1bce commit fb6719a

File tree

17 files changed

+449
-36
lines changed

17 files changed

+449
-36
lines changed

LICENSE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ FFBox 源代码和二进制文件均免费向所有个体开放。
1212
- 通过隐瞒、欺骗他人等方式满足自身情感需求
1313
- 操纵或滥用他人感情(如过度控制或索取)
1414
- 对他人进行情感上的信任背离(含背叛、空洞承诺等)行为
15-
- 拒绝他人理性参与讨论
15+
- 拒绝他人理性参与讨论、坚持使用主观想法代表客观世界
16+
- 无中生有编造他人言论或想法或客观事实
1617

1718
FFBox 作者将保留对本许可与使用条款的解释权及随时修改的权利。
1819

19-
*2025-02-14*
20+
*2025-05-01*

WindowsInstaller/FFBox.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "FFBox"
5-
#define MyAppVersion "4.3.1"
5+
#define MyAppVersion "4.4"
66
#define MyAppPublisher "滔滔清风"
77
#define MyAppURL "http://ttqf.tech"
88
; #define MyCopyright "版权所有"
@@ -11,7 +11,7 @@
1111

1212
; 安装包输出文件夹
1313
#define MySetupOutDir "./output"
14-
#define MySetupOutBaseFilename "Windows_x86-64_FFBox_4.4_alpha"
14+
#define MySetupOutBaseFilename "Windows_x86-64_FFBox_4.4"
1515

1616
; 安装包所用的资源文件夹
1717
#define MyResDir "./res"
@@ -21,7 +21,7 @@
2121
; 点击 license 打开的网页连接
2222
#define MyAppLkLicenseURL 'http://ffbox.ttqf.tech/LICENSE'
2323
; 安装目录至少需要的空间
24-
#define MyAppNeedSpaceByte 290000000
24+
#define MyAppNeedSpaceByte 300000000
2525
; 外部程序调用本安装程序时,会向外部传安装进度的 window api Message ID
2626
#define WM_MY_INSTALL_PROGRESS 6364
2727

electron-builder.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575
},
7676
],
7777
},
78-
"afterAllArtifactBuild": "./scripts/postPackage-Windows.cjs",
78+
"afterAllArtifactBuild": "./scripts/postPackage.cjs",
7979
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FFBox",
3-
"version": "4.4.0-beta",
3+
"version": "4.4.0",
44
"description": "",
55
"main": "app/main/index.cjs",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"name": "滔滔清风",
2424
"email": "[email protected]"
2525
},
26-
"license": "ISC",
26+
"license": "SEE LICENSE IN <LICENSE>",
2727
"devDependencies": {
2828
"@types/crypto-js": "^4.1.1",
2929
"@types/koa": "^2.13.5",
@@ -40,6 +40,7 @@
4040
"electron-builder": "^23.6.0",
4141
"eslint": "^8.29.0",
4242
"less": "^4.1.3",
43+
"pkg": "^5.8.1",
4344
"prettier": "^2.8.1",
4445
"ts-loader": "^9.4.2",
4546
"typescript": "^4.9.4",

0 commit comments

Comments
 (0)