Skip to content

Commit

Permalink
打包更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
AniBullet committed Jan 19, 2023
1 parent 5ba7b61 commit d80bdb0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
Binary file modified BsKeyToolsPrev.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion _BsKeyTools/Scripts/BulletScripts/BsScriptsSet.ms
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ rollout rolBsScriptsSet "" width:170 height:265
local btnMsPos = [10,55]

button btnConfig "配置" pos:[0,0] height:20 width:30 tootip:"也可按钮上右键打开配置" border:false
label lblTitle "[ BsScriptsSet ]" pos:[rolBsScriptsSet.width/2 - 40,3] height:15 width:80
-- label lblTitle "[ BsScriptsSet ]" pos:[rolBsScriptsSet.width/2 - 40,3] height:15 width:80
button btnMin "" pos:[rolBsScriptsSet.width - 40,0] height:20 width:20 border:false
button btnClose "X" pos:[rolBsScriptsSet.width - 20,0] height:20 width:20 border:false

Expand Down Expand Up @@ -495,6 +495,8 @@ rollout rolBsScriptsSet "" width:170 height:265

on rolBsScriptsSet open do ----打开脚本时操作
(
stLoadConfigAll.fnLoadConfigBsScriptsSet()
stSetConfigAll.fnSetConfigBsScriptsSet ()
fnSwitchToolBtnChecked idMsBtn
fnRefreshMyScripts()
)
Expand Down
2 changes: 1 addition & 1 deletion _BsKeyTools/Setup_BsKeyTools.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; 安装程序初始定义常量
!define PRODUCT_NAME "BsKeyTools"
!define PRODUCT_VERSION "_v0.9.9.5"
!define PRODUCT_VERSION "_v0.9.9.6"
!define PRODUCT_PUBLISHER "Bullet.S"
!define PRODUCT_WEB_SITE "anibullet.com"
;!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand Down
Binary file modified _BsKeyTools/_BsKeyTools.exe
Binary file not shown.
Binary file not shown.
Binary file modified _BsKeyTools/_PreviousVersion.exe
Binary file not shown.

0 comments on commit d80bdb0

Please sign in to comment.