There was an error while loading. Please reload this page.
1 parent 11277b8 commit d15cdefCopy full SHA for d15cdef
1 file changed
Low Code App Editor/Controllers/ExportController.cs
@@ -209,7 +209,6 @@ allowViewToken is JArray allowViews &&
209
zip.CreateEntryFromFile(app.PathSettings, Path.Combine("AppInstallContent", "CompanionFiles", "LCA", app.LatestVersion.ID, "App.info.json"));
210
}
211
212
- // TODO: Don't auto include the App.info.json file. Just the version folders
213
if (!options.IncludeVersions)
214
{
215
// Just include the general .json file and the latest version
0 commit comments