Penumbra changes
This commit is contained in:
parent
bfe61a7a67
commit
640bbaaf9b
|
@ -52,7 +52,7 @@ fs.readdir("./plugins", (err, files) => {
|
|||
|
||||
const masterJsonInsert = {
|
||||
...pluginJson,
|
||||
LastUpdate: updatedDate,
|
||||
LastUpdate: updatedDate.length < 2 ? Math.round(Date.now() / 1000) : updatedDate,
|
||||
IsHide: "False",
|
||||
DownloadCount: 69420,
|
||||
IsTestingExclusive: "False",
|
||||
|
|
|
@ -70,11 +70,11 @@
|
|||
"DownloadLinkUpdate": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/OmicronMountMusicFixer/latest.zip"
|
||||
},
|
||||
{
|
||||
"Author": "Adam",
|
||||
"Author": "aRkker",
|
||||
"Name": "Penumbra",
|
||||
"InternalName": "Penumbra",
|
||||
"AssemblyVersion": "1.0.0.1",
|
||||
"Description": "Runtime mod loader and manager.",
|
||||
"Description": "Runtime mod loader and manager, with aRkkers api tweaks lol",
|
||||
"ApplicableVersion": "any",
|
||||
"RepoUrl": "https://github.com/xivdev/Penumbra",
|
||||
"Tags": [
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"Author": "Adam",
|
||||
"Author": "aRkker",
|
||||
"Name": "Penumbra",
|
||||
"InternalName": "Penumbra",
|
||||
"AssemblyVersion": "1.0.0.1",
|
||||
"Description": "Runtime mod loader and manager.",
|
||||
"Description": "Runtime mod loader and manager, with aRkkers api tweaks lol",
|
||||
"ApplicableVersion": "any",
|
||||
"RepoUrl": "https://github.com/xivdev/Penumbra",
|
||||
"Tags": [
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue