mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 06:06:15 -06:00
updated experimental support message
This commit is contained in:
parent
bd4f5d42ad
commit
9426b0b4d4
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ import (
|
|||
|
||||
func init() {
|
||||
fmt.Println("!! you are using an unsupported build configuration of gotosocial with WebAssembly disabled !!")
|
||||
fmt.Println("!! please do not file bug reports, this build configuration is provided as a nice-to-have !!")
|
||||
fmt.Println("!! please do not file bug reports regarding media processing with this configuration !!")
|
||||
fmt.Println("!! it is also less secure; this does not enforce version checks on ffmpeg / ffprobe versions !!")
|
||||
}
|
||||
|
||||
// runCmd will run 'name' with the given arguments, returning exit code or error.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue