mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Release 0.48.0
This commit is contained in:
parent
ae548fca8f
commit
4cef045d73
@ -19,14 +19,14 @@ environment:
|
|||||||
CC: gcc.exe
|
CC: gcc.exe
|
||||||
matrix:
|
matrix:
|
||||||
- GOARCH: amd64
|
- GOARCH: amd64
|
||||||
# GOVERSION: 1.9.2
|
# GOVERSION: 1.9.3
|
||||||
GETH_ARCH: amd64
|
GETH_ARCH: amd64
|
||||||
MSYS2_ARCH: x86_64
|
MSYS2_ARCH: x86_64
|
||||||
MSYS2_BITS: 64
|
MSYS2_BITS: 64
|
||||||
MSYSTEM: MINGW64
|
MSYSTEM: MINGW64
|
||||||
PATH: C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
PATH: C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||||
- GOARCH: 386
|
- GOARCH: 386
|
||||||
# GOVERSION: 1.9.2
|
# GOVERSION: 1.9.3
|
||||||
GETH_ARCH: 386
|
GETH_ARCH: 386
|
||||||
MSYS2_ARCH: i686
|
MSYS2_ARCH: i686
|
||||||
MSYS2_BITS: 32
|
MSYS2_BITS: 32
|
||||||
@ -34,7 +34,7 @@ environment:
|
|||||||
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||||
# - COMPILER: MINGW_W64
|
# - COMPILER: MINGW_W64
|
||||||
# ARCHITECTURE: x64
|
# ARCHITECTURE: x64
|
||||||
GOVERSION: 1.9.2
|
GOVERSION: 1.9.3
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
|
|
||||||
# scripts that run after cloning repository
|
# scripts that run after cloning repository
|
||||||
|
@ -63,7 +63,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.47.0.491, Mount Cook!"
|
version string = "v0.48.0.494, Mount Cook!"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
Loading…
Reference in New Issue
Block a user