Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 4681113

Browse files
Updating octorun package
1 parent 0933c35 commit 4681113

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

octorun/src/bin/app-publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ try {
3232
output.error(error);
3333
}
3434
else {
35-
output.success(commander.repository);
35+
output.success(result);
3636
}
3737
});
3838
}

octorun/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
687e162c
1+
0933c352

src/GitHub.Api/Installer/OctorunInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public class OctorunInstallDetails
102102
public const string DefaultZipMd5Url = "https://ghfvs-installer.github.com/unity/octorun/octorun.zip.md5";
103103
public const string DefaultZipUrl = "https://ghfvs-installer.github.com/unity/octorun/octorun.zip";
104104

105-
public const string PackageVersion = "687e162c";
105+
public const string PackageVersion = "0933c352";
106106
private const string PackageName = "octorun";
107107
private const string zipFile = "octorun.zip";
108108

src/GitHub.Api/Resources/octorun.zip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:f24e7067d57002e10976a064f3c6753f253fb76fa1d67b4d9acfa4a1566b4962
3-
size 212470
2+
oid sha256:77fbfa6bc9f87d1b999cec11de36d6d9d000aad8b5025120452fd9099e889947
3+
size 219625

0 commit comments

Comments
 (0)