fixes image path

This commit is contained in:
Aaron Greenspan
2020-01-02 15:01:06 -07:00
parent e7b9a54990
commit f341f8ebaf
3 changed files with 7 additions and 6 deletions

View File

@@ -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