Penumbra changes

This commit is contained in:
aRkker 2022-11-03 01:12:31 +02:00
parent bfe61a7a67
commit 640bbaaf9b
4 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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": [

View File

@ -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.