mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Make import look in more places for packs
Now supports Curse/Twitch instance names and folders containing minecraftinstance.json or manifest.json
This commit is contained in:
10
curseforge/cursedir_other.go
Normal file
10
curseforge/cursedir_other.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build !windows
|
||||
|
||||
package curseforge
|
||||
|
||||
import "errors"
|
||||
|
||||
// Stub version, so that getCurseDir exists
|
||||
func getCurseDir() (string, error) {
|
||||
return "", errors.New("not compiled for windows")
|
||||
}
|
||||
Reference in New Issue
Block a user