@sevenvip666/rop 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/index.mjs +1 -1
- package/package.json +1 -1
package/dist/bin/index.mjs
CHANGED
|
@@ -1242,7 +1242,7 @@ var init = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
|
1242
1242
|
console.log(colors.blue("updater endpoints : ".concat(releaseHost ? releaseHost : host + '/api', "/tauri/").concat(projectId, "/").concat(branch, "/{{target}}/{{arch}}/{{current_version}}")));
|
|
1243
1243
|
break;
|
|
1244
1244
|
case Framework.CAPACITOR:
|
|
1245
|
-
console.log(colors.blue("updater endpoints : ".concat(releaseHost ? releaseHost : host + '/api', "/capacitor/").concat(projectId, "/").concat(branch
|
|
1245
|
+
console.log(colors.blue("updater endpoints : ".concat(releaseHost ? releaseHost : host + '/api', "/capacitor/").concat(projectId, "/").concat(branch)));
|
|
1246
1246
|
break;
|
|
1247
1247
|
case Framework.FLUTTER:
|
|
1248
1248
|
break;
|