mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
v3.0.0-alpha.4
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
Scenario,Windows,Mac,Linux
|
||||
Same package,:material-check-bold:,:material-check-bold:,:material-check-bold:
|
||||
Same package,: clipboardLock.RLock()
|
||||
defer clipboardLock.RUnlock()
|
||||
clipboardText := C.getClipboardText()
|
||||
result := C.GoString(clipboardText)
|
||||
return result, true:,:material-check-bold:,:material-check-bold:
|
||||
Different package,:material-check-bold:,:material-check-bold:,:material-check-bold:
|
||||
Different package with same name,"on hold","on hold","on hold"
|
||||
Containing another struct from same package,:material-check-bold:,:material-check-bold:,:material-check-bold:
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
" ",Mac,Windows,Linux
|
||||
Standard Executable," "," "," "
|
||||
macOS Application Bundle," ",:material-cancel:,:material-cancel:
|
||||
NSIS," "," "," "
|
||||
macOS DMG," ",:material-cancel:,:material-cancel:
|
||||
Standard Executable,:material-check-bold:,:material-check-bold:,:material-check-bold:
|
||||
macOS Application Bundle,:material-check-bold:,:material-cancel:,:material-cancel:
|
||||
NSIS,:material-cancel:,:material-check-bold:,:material-cancel:
|
||||
|
||||
|
Reference in New Issue
Block a user