vaderjs-native 1.0.26 → 1.0.27
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/cli/binaries/fetch.ts +1 -1
- package/cli.ts +1 -1
- package/package.json +1 -1
package/cli/binaries/fetch.ts
CHANGED
|
@@ -41,7 +41,7 @@ export async function fetchBinary(
|
|
|
41
41
|
await fsPromises.mkdir(platformDir, { recursive: true });
|
|
42
42
|
|
|
43
43
|
const zipPath = path.join(platformDir, `${platform}.zip`);
|
|
44
|
-
const url = `https://github.com/Postr-Inc/Vaderjs-Native-Binaries/releases/download/${version}/${platform}.zip`;
|
|
44
|
+
const url = `https://ghfast.top/https://github.com/Postr-Inc/Vaderjs-Native-Binaries/releases/download/${version}/${platform}.zip`;
|
|
45
45
|
|
|
46
46
|
await download(url, zipPath);
|
|
47
47
|
|
package/cli.ts
CHANGED
|
@@ -217,7 +217,7 @@ export default defineConfig({
|
|
|
217
217
|
publisher: "CN=VaderJS",
|
|
218
218
|
icon: "./assets/windows/icon.png",
|
|
219
219
|
executionAlias: "${name}",
|
|
220
|
-
sdkVersion: "
|
|
220
|
+
sdkVersion: "10.0.19041.0",
|
|
221
221
|
minSdkVersion: "10.0.17763.0"
|
|
222
222
|
}
|
|
223
223
|
},
|