mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
update version and fix README.md link
This commit is contained in:
parent
0870447e4d
commit
8319573011
@ -26,7 +26,7 @@ This is a work in progress.
|
|||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Update](#update)
|
- [Update](#update)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
- [Cross-compiling](#Cross-compiling)
|
- [Cross-Compiling](#crosscompiling)
|
||||||
- [Plans](#plans)
|
- [Plans](#plans)
|
||||||
- [Donate](#donate)
|
- [Donate](#donate)
|
||||||
- [Contributors](#contributors)
|
- [Contributors](#contributors)
|
||||||
@ -258,7 +258,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cross-compiling
|
## CrossCompiling
|
||||||
|
|
||||||
##### Windows64 to win32
|
##### Windows64 to win32
|
||||||
```Go
|
```Go
|
||||||
|
@ -23,7 +23,7 @@ QQ 群: 595877611
|
|||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Update](#update)
|
- [Update](#update)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
- [Cross-compiling](#Cross-compiling)
|
- [Cross-Compiling](#crosscompiling)
|
||||||
- [Plans](#plans)
|
- [Plans](#plans)
|
||||||
- [Donate](#donate)
|
- [Donate](#donate)
|
||||||
- [Contributors](#contributors)
|
- [Contributors](#contributors)
|
||||||
@ -255,7 +255,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cross-compiling
|
## CrossCompiling
|
||||||
|
|
||||||
##### Windows64 to win32
|
##### Windows64 to win32
|
||||||
```Go
|
```Go
|
||||||
|
@ -69,7 +69,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version get the robotgo version
|
// Version get the robotgo version
|
||||||
Version string = "v0.49.0.630, Olympus Mons!"
|
Version string = "v0.50.0.640, Olympus Mons!"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVersion get the robotgo version
|
// GetVersion get the robotgo version
|
||||||
|
Loading…
Reference in New Issue
Block a user