diff --git a/.gitignore b/.gitignore index 3e16852..7fc0620 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bin/ obj/ -.vs/ \ No newline at end of file +.vs/ +Glamourer.json \ No newline at end of file diff --git a/Glamourer.json b/Glamourer.json deleted file mode 100644 index 85a0e2d..0000000 --- a/Glamourer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Author": "Ottermandias", - "Name": "Glamourer", - "Description": "Adds functionality to change appearance of actors. Requires Penumbra to be installed and activated to work.", - "InternalName": "Glamourer", - "AssemblyVersion": "1.0.0.0", - "RepoUrl": "https://github.com/Ottermandias/Glamourer", - "ApplicableVersion": "any", - "DalamudApiLevel": 3, - "LoadPriority": -100 -} \ No newline at end of file diff --git a/Glamourer.zip b/Glamourer.zip index 4c4ae57..694ece5 100644 Binary files a/Glamourer.zip and b/Glamourer.zip differ diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj index 5670e92..30c483c 100644 --- a/Glamourer/Glamourer.csproj +++ b/Glamourer/Glamourer.csproj @@ -34,7 +34,7 @@ OnOutputUpdated - + $(appdata)\XIVLauncher\addon\Hooks\dev\Dalamud.dll @@ -92,7 +92,7 @@ - + \ No newline at end of file diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json index 85a0e2d..2f94105 100644 --- a/Glamourer/Glamourer.json +++ b/Glamourer/Glamourer.json @@ -3,7 +3,7 @@ "Name": "Glamourer", "Description": "Adds functionality to change appearance of actors. Requires Penumbra to be installed and activated to work.", "InternalName": "Glamourer", - "AssemblyVersion": "1.0.0.0", + "AssemblyVersion": "0.0.1.0", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 3, diff --git a/README.md b/README.md index e69de29..63ee83d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +Requires https://github.com/xivdev/Penumbra to be installed and active. diff --git a/repo.json b/repo.json index 3ac3b0d..de6d45b 100644 --- a/repo.json +++ b/repo.json @@ -13,7 +13,8 @@ "IsTestingExclusive": "false", "DownloadCount": 1, "LastUpdate": 1618608322, - "DownloadLinkTesting": "https://github.com/Ottermandias/Glamourer/raw/main/GatherBuddy.zip", - "DownloadLinkUpdate": "https://github.com/Ottermandias/Glamourer/raw/main/GatherBuddy.zip", + "DownloadLinkInstall": "https://github.com/Ottermandias/Glamourer/raw/main/Glamourer.zip", + "DownloadLinkTesting": "https://github.com/Ottermandias/Glamourer/raw/main/GlamourerT.zip", + "DownloadLinkUpdate": "https://github.com/Ottermandias/Glamourer/raw/main/Glamourer.zip", } ]