mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Co-authored-by: AlbinoDrought <sean@albinodrought.com> Co-authored-by: stffabi <stffabi@users.noreply.github.com>
8 lines
142 B
Go
8 lines
142 B
Go
//go:build obfuscated
|
|
|
|
package app
|
|
|
|
// IsObfuscated returns true if the obfuscated build tag is set
|
|
func IsObfuscated() bool {
|
|
return true
|
|
}
|