mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Compare commits
2 Commits
v0.14.7-pr
...
99-update-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29ea5cc74d | ||
|
|
9be56c47e4 |
@@ -1,4 +1,4 @@
|
|||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
// Version - Wails version
|
// Version - Wails version
|
||||||
const Version = "v0.14.7-pre"
|
const Version = "develop"
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ To help you in this process, we will ask for some information, add Go/Wails deta
|
|||||||
body = "**Description**\n" + (strings.Split(body, "**Description**")[1])
|
body = "**Description**\n" + (strings.Split(body, "**Description**")[1])
|
||||||
fullURL := "https://github.com/wailsapp/wails/issues/new?"
|
fullURL := "https://github.com/wailsapp/wails/issues/new?"
|
||||||
body = strings.Replace(body, "A clear and concise description of what the bug is.", description, -1)
|
body = strings.Replace(body, "A clear and concise description of what the bug is.", description, -1)
|
||||||
body = strings.Replace(body, "Please paste the output of `wails report` here.", str.String(), -1)
|
body = strings.Replace(body, "Please provide your platform, GO version and variables, etc", str.String(), -1)
|
||||||
params := "title=" + title + "&body=" + body
|
params := "title=" + title + "&body=" + body
|
||||||
|
|
||||||
fmt.Println("Opening browser to file issue.")
|
fmt.Println("Opening browser to file issue.")
|
||||||
|
|||||||
Reference in New Issue
Block a user