mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Fix support for non-Linux/BSD platforms; rename file for clarity
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ func copyString(continuous bool, copySubject string) {
|
||||
}
|
||||
|
||||
if !continuous {
|
||||
launchClipClearProcess(copySubject)
|
||||
LaunchClipClearProcess(copySubject)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ func copyString(continuous bool, copySubject string) {
|
||||
}
|
||||
|
||||
if !continuous {
|
||||
launchClipClearProcess(copySubject)
|
||||
LaunchClipClearProcess(copySubject)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build !windows && !darwin && !termux && !wsl
|
||||
//go:build !windows && !darwin && !android && !termux && !wsl
|
||||
|
||||
package core
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ func copyString(continuous bool, copySubject string) {
|
||||
}
|
||||
|
||||
if !continuous {
|
||||
launchClipClearProcess(copySubject)
|
||||
LaunchClipClearProcess(copySubject)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user