squawk-cli 1.1.1 → 1.1.2
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/js/install.js +1 -1
- package/package.json +1 -1
package/js/install.js
CHANGED
|
@@ -46,7 +46,7 @@ const { binaryPath } = require("./helpers")
|
|
|
46
46
|
// e.g.: https://github.com/sbdchd/squawk/releases/download/v0.1.3/squawk-darwin-x86_64
|
|
47
47
|
const RELEASES_BASE_URL = "https://github.com/sbdchd/squawk/releases/download"
|
|
48
48
|
|
|
49
|
-
const SUPPORTED_PLATFORMS = new Set(["
|
|
49
|
+
const SUPPORTED_PLATFORMS = new Set(["darwin-x64", "darwin-arm64", "linux-x64"])
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
52
|
* @param {string} platform
|