-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed: Build issue resulting from name change.
- Loading branch information
1 parent
0abcb55
commit d369f26
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes
8 changes: 4 additions & 4 deletions
8
src/screenshoter/manifest.json → src/screenshotter/manifest.json
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"enabled": true, | ||
"requires": [], | ||
"version": "1.2.0", | ||
"short_name": "screenshoter", | ||
"version": "1.2.1", | ||
"short_name": "screenshotter", | ||
"name": "Screenshotter", | ||
"author": "CJMAXiK / c0nnorgg", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
"author": "c0nnorgg", | ||
"description": "Allows you to take screenshots of the player using a button/shortcut.", | ||
"settings": "add_ons.screenshotter", | ||
"created": "2023-08-21T05:00:35.637Z", | ||
"updated": "2023-09-08T21:36:38.618Z" | ||
"updated": "2023-08-12T22:26:38.618Z" | ||
} |
Why?