change app manifest creation
This commit is contained in:
parent
5b0830de4d
commit
ade7b9b021
@ -44,8 +44,8 @@ func (as *ApplicationsStorage) createApp(appName string, appId string, appPath s
|
||||
|
||||
newAppFile := webfilesystem.FileHeader{
|
||||
MongoId: primitive.NewObjectID(),
|
||||
Name: appName + ".appmanifest",
|
||||
Type: "application",
|
||||
Name: ".appmanifest",
|
||||
Type: "application-manifest",
|
||||
Icon: "",
|
||||
Data: primitive.NewObjectID(),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user