mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 11:51:57 +00:00
fixes image path
This commit is contained in:
@@ -21,13 +21,13 @@ import Lib.Semver
|
||||
import Lib.Types.Semver
|
||||
|
||||
appResourceDir :: FilePath
|
||||
appResourceDir = resourcesPath </> "apps"
|
||||
appResourceDir = resourcesDir </> "apps"
|
||||
|
||||
sysResourceDir :: FilePath
|
||||
sysResourceDir = resourcesPath </> "sys"
|
||||
sysResourceDir = resourcesDir </> "sys"
|
||||
|
||||
iconsResourceDir :: FilePath
|
||||
iconsResourceDir = resourcesPath </> "icons"
|
||||
iconsResourceDir = resourcesDir </> "icons"
|
||||
|
||||
appManifestPath :: FilePath
|
||||
appManifestPath = appResourceDir </> appManifestFile
|
||||
|
||||
Reference in New Issue
Block a user