change app manifest creation

This commit is contained in:
cyber-dream 2023-05-09 03:57:53 +03:00
parent 5b0830de4d
commit ade7b9b021

View File

@ -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(),
}