Skip to content

Commit

Permalink
Bump version to 0.10.3
Browse files Browse the repository at this point in the history
Build Windows distribution
  • Loading branch information
nukisman committed Sep 30, 2017
1 parent 6f70ba3 commit cafdb4a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.10.2
## 0.10.3

Windows support

Expand Down
2 changes: 1 addition & 1 deletion elm-format-short.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: elm-format-short
version: 0.10.2
version: 0.10.3

Synopsis:
A source code short formatter for Elm
Expand Down
4 changes: 2 additions & 2 deletions package/npm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = binwrap({
urls: {
"darwin-x64": root + "-mac-x64.tgz",
"linux-x64": root + "-linux-x64.tgz",
"win32-x64": root + "-win-i386.zip",
"win32-ia32": root + "-win-i386.zip"
"win32-x64": root + "-win-i386.tgz",
"win32-ia32": root + "-win-i386.tgz"
}
});
2 changes: 1 addition & 1 deletion package/npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-format-short",
"version": "0.10.2",
"version": "0.10.3",
"description": "Install elm-format-short",
"preferGlobal": true,
"main": "index.js",
Expand Down
17 changes: 11 additions & 6 deletions package/win/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,20 @@ choco install poshgit
#choco install tortoisegit
```

---

# Build

## Open VirtualBox and show the Windows VM

## Unix

```bash
vagrant up
vagrant provision
vagrant plugin install vagrant-winrm
```

## Windows (Git-Bash)

```bash
ls /c/vagrant/ # With trailing '/'
cd /c/vagrant
stack clean

Expand All @@ -50,6 +48,15 @@ stack clean
./package/win/build-package.sh
```

## Unix: Halt Vagrant
```bash
vagrant halt
```

---

# Obsoleted

## Build Windows binary

```bash
Expand All @@ -62,8 +69,6 @@ git clean -dfx
## !! Make sure you are in package/win/elm-format-short !!
```



## Start Git Bash

```bash
Expand Down

0 comments on commit cafdb4a

Please sign in to comment.