Skip to content

Commit 70a89d0

Browse files
committed
Update installer package
1 parent 9718327 commit 70a89d0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

installer/com.maximintegrated.dist.vscodemaxim/meta/installscript.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Component.prototype.createOperations = function()
2020

2121
Component.prototype.installationFinished = function()
2222
{
23-
var tag = "v1.3.1";
24-
var tag_dir = "https://github.com/MaximIntegratedTechSupport/VSCode-Maxim/tree/" + tag;
25-
var release_dir = "https://github.com/MaximIntegratedTechSupport/VSCode-Maxim/releases/tag/" + tag;
23+
var tag = "v1.4.0";
24+
var tag_url = "https://github.com/MaximIntegratedTechSupport/VSCode-Maxim/tree/" + tag;
25+
var release_url = "https://github.com/MaximIntegratedTechSupport/VSCode-Maxim/releases/tag/" + tag;
2626

2727
// Open readme file to complete installation.
2828
// isInstaller() = true on fresh install
@@ -33,7 +33,7 @@ Component.prototype.installationFinished = function()
3333

3434
if (result == QMessageBox.Ok) {
3535
try {
36-
QDesktopServices.openUrl(tag_dir + "/readme.md#vscode-maxim");
36+
QDesktopServices.openUrl(tag_url + "/readme.md#vscode-maxim");
3737
} catch(e) {
3838
console.log(e);
3939
QMessageBox.warning("vscode-maxim.readmefail", "MaximSDK Installer", "Failed to open the online copy of the readme.\n\nPlease open this file manually (@TargetDir@/Tools/VSCode-Maxim/readme.md)", QMessageBox.Ok);
@@ -48,7 +48,7 @@ Component.prototype.installationFinished = function()
4848

4949
if (result == QMessageBox.Ok) {
5050
try {
51-
QDesktopServices.openUrl(release_dir);
51+
QDesktopServices.openUrl(release_url);
5252
} catch(e) {
5353
console.log(e);
5454
QMessageBox.warning("vscode-maxim.releasefail", "MaximSDK Installer", "Failed to open the online release notes.",QMessageBox.Ok);

installer/package/Updates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<SortingPriority>1</SortingPriority>
1515
<UpdateFile CompressedSize="20134" OS="Any" UncompressedSize="95518"/>
1616
<DownloadableArchives>Tools.7z</DownloadableArchives>
17-
<SHA1>447a0864c9049195a39ee2dabbf3a17052e41832</SHA1>
17+
<SHA1>64fe609aeef35790b1a8b84cbdf986ad8137f577</SHA1>
1818
</PackageUpdate>
1919
</Updates>
Binary file not shown.

0 commit comments

Comments
 (0)