From 5904f24872e48399ce84bdee6161958c5d686c11 Mon Sep 17 00:00:00 2001
From: wah <wah@qq.com>
Date: 星期五, 09 九月 2022 09:58:21 +0800
Subject: [PATCH] data
---
mbsetup/packages/cm.xinhan.mbc/meta/package.xml | 2 +-
bak/data/logo.png | 0
mbsetup/config/controller.qs | 10 +++++-----
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/bak/data/logo.png b/bak/data/logo.png
new file mode 100644
index 0000000..b75cb07
--- /dev/null
+++ b/bak/data/logo.png
Binary files differ
diff --git a/mbsetup/config/controller.qs b/mbsetup/config/controller.qs
index 2f98f55..b1c42f6 100644
--- a/mbsetup/config/controller.qs
+++ b/mbsetup/config/controller.qs
@@ -1,6 +1,6 @@
function Controller()
{
- installer.gainAdminRights();
+ //installer.gainAdminRights();
installer.uninstallationFinished.connect(this, this.uninstallationFinished);
installer.uninstallationStarted.connect(this, this.uninstallationStarted);
@@ -13,12 +13,12 @@
var tmpSys = installer.value("os")
if (tmpSys === "win") {
- installer.execute("@TargetDir@/mbwatch.exe","-t");
- installer.execute("@TargetDir@/mbwatch.exe","-u");
+ // installer.execute("@TargetDir@/mbwatch.exe","-t");
+ // installer.execute("@TargetDir@/mbwatch.exe","-u");
}else{
- installer.execute("@TargetDir@/mbwatch","-t");
- installer.execute("@TargetDir@/mbwatch","-u");
+ // installer.execute("@TargetDir@/mbwatch","-t");
+ // installer.execute("@TargetDir@/mbwatch","-u");
}
} catch(e) {
diff --git a/mbsetup/packages/cm.xinhan.mbc/meta/package.xml b/mbsetup/packages/cm.xinhan.mbc/meta/package.xml
index 9570dfa..5c4f955 100644
--- a/mbsetup/packages/cm.xinhan.mbc/meta/package.xml
+++ b/mbsetup/packages/cm.xinhan.mbc/meta/package.xml
@@ -5,7 +5,7 @@
<Version>1.0.0</Version>
<ReleaseDate>2022-02-28</ReleaseDate>
<Default>script</Default>
- <Script>installscript.js</Script>
+ <Script>installscript.js</Script>
<UserInterfaces>
<UserInterface>targetwidget.ui</UserInterface>
<UserInterface>licensewidget.ui</UserInterface>
--
Gitblit v1.9.1