eitri-cli 1.45.0-beta.1 → 1.45.0
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/bitbucket-pipelines.yml
CHANGED
|
@@ -118,7 +118,7 @@ pipelines:
|
|
|
118
118
|
script:
|
|
119
119
|
- apt-get install -y mingw-w64
|
|
120
120
|
- rustup target add x86_64-pc-windows-msvc
|
|
121
|
-
- cargo install --locked cargo-xwin
|
|
121
|
+
- cargo install --locked --version 0.18.6 cargo-xwin
|
|
122
122
|
- cd eitri-cli-v2
|
|
123
123
|
- npm install
|
|
124
124
|
- npm run build -- --target x86_64-pc-windows-msvc
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|