mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-26 02:42:18 +00:00
Improved Wasmer Installer in Windows
This commit is contained in:
parent
5bf6a6b0bd
commit
253b2198fb
@ -75,4 +75,4 @@ deploy:
|
|||||||
provider: GitHub
|
provider: GitHub
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
# appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
|
@ -5,6 +5,9 @@ NEXT_VERSION='0.6.0'
|
|||||||
fd Cargo.toml --exec sed -i '' "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"
|
fd Cargo.toml --exec sed -i '' "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"
|
||||||
echo "manually check changes to Cargo.toml"
|
echo "manually check changes to Cargo.toml"
|
||||||
|
|
||||||
|
fd wasmer.iss --exec sed -i '' "s/AppVersion=$PREVIOUS_VERSION/AppVersion=$NEXT_VERSION/"
|
||||||
|
echo "manually check changes to wasmer.iss"
|
||||||
|
|
||||||
# Order to upload packages in
|
# Order to upload packages in
|
||||||
## runtime-core
|
## runtime-core
|
||||||
## win-exception-handler
|
## win-exception-handler
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=Wasmer
|
AppName=Wasmer
|
||||||
AppVersion=0.4.0
|
AppVersion=0.6.0
|
||||||
DefaultDirName={pf}\Wasmer
|
DefaultDirName={pf}\Wasmer
|
||||||
DefaultGroupName=Wasmer
|
DefaultGroupName=Wasmer
|
||||||
Compression=lzma2
|
Compression=lzma2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user