Skip to content

Commit

Permalink
fixed incorrect repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-Miner committed Dec 16, 2024
1 parent dc85dbe commit b8c108f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,8 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/
Flow.Launcher.Plugin.UnityLauncherPlugin/obj/Debug/Flow.Launcher.Plugin.UnityLauncherPlugin.AssemblyInfo.cs
Flow.Launcher.Plugin.UnityLauncherPlugin/obj/Debug/Flow.Launcher.Plugin.UnityLauncherPlugin.AssemblyInfo.cs
Flow.Launcher.Plugin.UnityLauncherPlugin/obj/Debug/Flow.Launcher.Plugin.UnityLauncherPlugin.AssemblyInfoInputs.cache
Unity-project-launcher-plugin.sln
Flow.Launcher.Plugin.UnityLauncherPlugin/obj/Debug/Flow.Launcher.Plugin.UnityLauncherPlugin.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<AssemblyName>Flow.Launcher.Plugin.UnityLauncherPlugin</AssemblyName>
<PackageId>Flow.Launcher.Plugin.UnityLauncherPlugin</PackageId>
<Authors>Ghost-Miner</Authors>
<PackageProjectUrl>https://github.com/Ghost-Miner/Flow.Launcher.Plugin.UnityLauncherPlugin</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ghost-Miner/Flow.Launcher.Plugin.UnityLauncherPlugin</RepositoryUrl>
<PackageProjectUrl>https://github.com/Ghost-Miner/Unity-project-launcher-plugin</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ghost-Miner/Unity-project-launcher-plugin</RepositoryUrl>
<PackageTags>flow-launcher flow-plugin</PackageTags>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Author": "Ghost-Miner",
"Version": "1.0.0",
"Language": "csharp",
"Website": "https://github.com/Ghost-Miner/Flow.Launcher.Plugin.UnityLauncherPlugin",
"Website": "https://github.com/Ghost-Miner/Unity-project-launcher-plugin",
"IcoPath": "Images\\logo.png",
"ExecuteFileName": "Flow.Launcher.Plugin.UnityLauncherPlugin.dll"
}
2 changes: 1 addition & 1 deletion Flow.Launcher.Plugin.UnityLauncherPlugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Author": "Ghost-Miner",
"Version": "1.0.0",
"Language": "csharp",
"Website": "https://github.com/Ghost-Miner/Flow.Launcher.Plugin.UnityLauncherPlugin",
"Website": "https://github.com/Ghost-Miner/Unity-project-launcher-plugin",
"IcoPath": "Images\\logo.png",
"ExecuteFileName": "Flow.Launcher.Plugin.UnityLauncherPlugin.dll"
}

0 comments on commit b8c108f

Please sign in to comment.