diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8eb26b5a..8424159a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,28 +63,28 @@ jobs: run: | $ver = '${{ github.ref }}' -replace 'refs/tags/','' - $json = '[' - $json += ' {' - $json += ' "Author": "Adam",' - $json += ' "Name": "Penumbra",' - $json += ' "Description": "Runtime mod loader and manager.",' - $json += ' "InternalName": "Penumbra",' - $json += ' "AssemblyVersion": "1.0.0.0",' - $json += ' "TestingAssemblyVersion": "1.0.0.0",' - $json += ' "RepoUrl": "https://github.com/xivdev/Penumbra",' - $json += ' "ApplicableVersion": "any",' - $json += ' "DalamudApiLevel": 4,' - $json += ' "IsHide": "False",' - $json += ' "IsTestingExclusive": "False",' - $json += ' "DownloadCount": 0,' - $json += ' "LastUpdate": 0,' - $json += ' "LoadPriority": 69420,' - $json += ' "DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",' - $json += ' "DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",' - $json += ' "DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",' - $json += ' "IconUrl": "https://github.com/Ottermandias/DalamudRepos/raw/master/images/icon.png"' - $json += ' }' - $json += ']' + $json = '[' + '\n' + $json += ' {' + '\n' + $json += ' "Author": "Adam",' + '\n' + $json += ' "Name": "Penumbra",' + '\n' + $json += ' "Description": "Runtime mod loader and manager.",' + '\n' + $json += ' "InternalName": "Penumbra",' + '\n' + $json += ' "AssemblyVersion": "1.0.0.0",' + '\n' + $json += ' "TestingAssemblyVersion": "1.0.0.0",' + '\n' + $json += ' "RepoUrl": "https://github.com/xivdev/Penumbra",' + '\n' + $json += ' "ApplicableVersion": "any",' + '\n' + $json += ' "DalamudApiLevel": 4,' + '\n' + $json += ' "IsHide": "False",' + '\n' + $json += ' "IsTestingExclusive": "False",' + '\n' + $json += ' "DownloadCount": 0,' + '\n' + $json += ' "LastUpdate": 0,' + '\n' + $json += ' "LoadPriority": 69420,' + '\n' + $json += ' "DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",' + '\n' + $json += ' "DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",' + '\n' + $json += ' "DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",' + '\n' + $json += ' "IconUrl": "https://raw.githubusercontent.com/xivdev/Penumbra/master/images/icon.png"' + '\n' + $json += ' }' + '\n' + $json += ']' + '\n' $json = $json -replace '1.0.0.0',$ver set-content -Path "./repo.json" -Value $json diff --git a/Penumbra/Penumbra.json b/Penumbra/Penumbra.json index bd28f0a5..ec60e72c 100644 --- a/Penumbra/Penumbra.json +++ b/Penumbra/Penumbra.json @@ -8,5 +8,6 @@ "ApplicableVersion": "any", "Tags": [ "modding" ], "DalamudApiLevel": 69420, - "LoadPriority": 69420 + "LoadPriority": 69420, + "IconUrl": "https://raw.githubusercontent.com/xivdev/Penumbra/master/images/icon.png" } \ No newline at end of file diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 00000000..6e894e38 Binary files /dev/null and b/images/icon.png differ diff --git a/repo.json b/repo.json index 6f72c518..49d39441 100644 --- a/repo.json +++ b/repo.json @@ -1 +1,21 @@ -[ { "Author": "Adam", "Name": "Penumbra", "Description": "Runtime mod loader and manager.", "InternalName": "Penumbra", "AssemblyVersion": "0.4.4.5", "TestingAssemblyVersion": "0.4.4.5", "RepoUrl": "https://github.com/xivdev/Penumbra", "ApplicableVersion": "any", "DalamudApiLevel": 4, "IsHide": "False", "IsTestingExclusive": "False", "DownloadCount": 0, "LastUpdate": 0, "LoadPriority": 69420, "DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/0.4.4.5/Penumbra.zip", "DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/0.4.4.5/Penumbra.zip", "DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/0.4.4.5/Penumbra.zip", "IconUrl": "https://github.com/Ottermandias/DalamudRepos/raw/master/images/icon.png" }] +[ + { + "Author": "Adam", + "Name": "Penumbra", + "Description": "Runtime mod loader and manager.", + "InternalName": "Penumbra", + "AssemblyVersion": "0.4.4.5", + "TestingAssemblyVersion": "0.4.4.5", + "RepoUrl": "https://github.com/xivdev/Penumbra", + "ApplicableVersion": "any", + "DalamudApiLevel": 4, + "IsHide": "False", + "IsTestingExclusive": "False", + "DownloadCount": 0, + "LastUpdate": 0, + "DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/0.4.4.5/Penumbra.zip", + "DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/0.4.4.5/Penumbra.zip", + "DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/0.4.4.5/Penumbra.zip", + "IconUrl": "https://raw.githubusercontent.com/xivdev/Penumbra/master/images/icon.png" + } +]