Skip to content

Commit

Permalink
Update distribute (686188ad41c7a1bbdb2551849c67d36e94de11db)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 9, 2025
1 parent 7e012f7 commit d089d6e
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/Dalamud.RichPresence/Dalamud.RichPresence.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "goat, maintained by Franz",
"Name": "Discord Rich Presence",
"InternalName": "Dalamud.RichPresence",
"AssemblyVersion": "2.0.6.5",
"AssemblyVersion": "2.0.6.6",
"Description": "This plugin allows you to show your zone, job, level, name, and world in your Discord status.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/reiichi001/Dalamud.RichPresence",
Expand All @@ -15,7 +15,7 @@
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "Show your zone, job, level, name, and world in your Discord status",
"Changelog": "Bump WineRPCBridge version. (Thankyou @blooym)",
"Changelog": "",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
"_Dip17Channel": "stable"
Expand Down
Binary file modified stable/Dalamud.RichPresence/latest.zip
Binary file not shown.
69 changes: 66 additions & 3 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"stable": {
"Plugins": {
"Dalamud.RichPresence": {
"BuiltCommit": "13b153ca1cbbc1cad20cea84d501f11be95af940",
"TimeBuilt": "2025-01-25T19:37:24.6857894+00:00",
"EffectiveVersion": "2.0.6.5",
"BuiltCommit": "490e4ec708142a2d8d1bc9910e9146efe07648ca",
"TimeBuilt": "2025-02-09T23:39:45.7487965+00:00",
"EffectiveVersion": "2.0.6.6",
"MinimumVersion": null,
"Changelogs": {
"2.0.1.0": {
Expand Down Expand Up @@ -478,6 +478,69 @@
}
],
"Reviewer": "philpax"
},
"2.0.6.6": {
"TimeReleased": "2025-02-09T23:39:45.7488526+00:00",
"Changelog": "Replace WineRPCBridge with a version that doesn\u0027t get flagged as a false positive by Windows AVs. (Windows users will never run this file btw. It\u0027s only for Linux users.)\n",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "DiscordRichPresence",
"Version": "1.2.1.24"
},
{
"Key": "DotNet.ReproducibleBuilds",
"Version": "1.1.1"
},
{
"Key": "Microsoft.Build.Tasks.Git",
"Version": "1.1.1"
},
{
"Key": "Microsoft.NETCore.Platforms",
"Version": "2.0.0"
},
{
"Key": "Microsoft.SourceLink.AzureRepos.Git",
"Version": "1.1.1"
},
{
"Key": "Microsoft.SourceLink.Bitbucket.Git",
"Version": "1.1.1"
},
{
"Key": "Microsoft.SourceLink.Common",
"Version": "1.1.1"
},
{
"Key": "Microsoft.SourceLink.GitHub",
"Version": "1.1.1"
},
{
"Key": "Microsoft.SourceLink.GitLab",
"Version": "1.1.1"
},
{
"Key": "Microsoft.Win32.Registry",
"Version": "4.5.0"
},
{
"Key": "Newtonsoft.Json",
"Version": "13.0.1"
},
{
"Key": "System.Security.AccessControl",
"Version": "4.5.0"
},
{
"Key": "System.Security.Principal.Windows",
"Version": "4.5.0"
}
],
"Reviewer": "philpax"
}
}
},
Expand Down

0 comments on commit d089d6e

Please sign in to comment.