Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
PlatformAllowList #75 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoiso authored Aug 19, 2023
1 parent 3ab6d38 commit ca314ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HttpGPT.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Name": "HttpGPTChatModule",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
Expand All @@ -32,7 +32,7 @@
"Name": "HttpGPTImageModule",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
Expand All @@ -45,7 +45,7 @@
"Name": "HttpGPTCommonModule",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
Expand All @@ -57,7 +57,7 @@
{
"Name": "HttpGPTEditorModule",
"Type": "Editor",
"WhitelistPlatforms": [
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
Expand Down

0 comments on commit ca314ba

Please sign in to comment.