Skip to content

Commit 607abd9

Browse files
author
woytu
committed
所需空间大小使用函数计算FilesToInstall文件夹大小,不再需要手动输入配置
1 parent db7f4b7 commit 607abd9

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ makensiscode.bat 第45行
3434
songliwu.nsi 6-10行
3535

3636
- 8、[修改卸载时的提示语中产品名称自动使用变量值](https://github.com/woytu/NSIS_SetupSkin/commit/eeb250b12f9af7851d79d69d8f68608d2e858d6a)
37+
- 9、所需空间大小使用函数计算FilesToInstall文件夹大小,不再需要手动输入配置
3738

3839

3940
## 目录结构

SetupScripts/cloudmusic/skin/configpage.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</HorizontalLayout>
1818

1919
<HorizontalLayout height="23" padding="40,5,80,0">
20-
<Label font="0" textcolor="#FF999999" width="150" text="所需空间:87.3M" />
20+
<Label font="0" name="space_required" textcolor="#FF999999" width="150"/>
2121
<Label font="0" name="local_space" width="150" textcolor="#FF999999" />
2222
<Control />
2323
</HorizontalLayout>

SetupScripts/cloudmusic/ui.nsh

1.06 KB
Binary file not shown.

SetupScripts/nim/skin/configpage.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</HorizontalLayout>
1818

1919
<HorizontalLayout height="23" padding="40,5,80,0">
20-
<Label font="0" textcolor="#FF999999" width="150" text="所需空间:30M" />
20+
<Label font="0" name="space_required" textcolor="#FF999999" width="150"/>
2121
<Label font="0" name="local_space" width="150" textcolor="#FF999999" />
2222
<Control />
2323
</HorizontalLayout>

SetupScripts/nim/ui.nsh

1.06 KB
Binary file not shown.

SetupScripts/songliwu/ui.nsh

50 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)