-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forgot to add boilerplate folder to the update cleanup step!
- Loading branch information
Showing
3 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Adding New Update Folders/Files | ||
=============================== | ||
|
||
When adding new folders, files, or types of updateable data entirely, | ||
make sure to update `manifest.py`'s | ||
`knownFiles` (for top-level files) | ||
and `knownFolders` (for top-level folders), | ||
so it knows where to look when generating manifests. | ||
|
||
Also update `main.py`'s `cleanupFiles()`, | ||
so it knows where it can *delete* files, | ||
otherwise phantom paths will stick around over time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters