Skip to content

Commit

Permalink
removes unimplemented content from recipe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gynt committed Aug 14, 2024
1 parent 57ee95c commit 1678b2d
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ framework:
# When this store was created
timestamp: ~
# Which certificate signed the modules in this store
signer: UCP-Team-key-1
signer: default
supported-languages:
- en
# The extensions defined in this store
Expand All @@ -26,7 +26,6 @@ extensions:
name: files
type: module
version: 1.0.0
author: [gynt, TheRedDaemon]
contents:
# If defined, at this level, applies to both description and package.
# Uses all defaults as known today (default locations for locale files)
Expand All @@ -37,23 +36,10 @@ extensions:
url: UnofficialCrusaderPatch/extension-files
github-sha: f3ba001af4d8116fbeb9183c51a27ce29d052c3c
github-tag: main
signer: default # Optional
location: # Optional
root:
default: true
targets: [description, package] # Optional
- definition:
name: aiSwapper
display-name: AI Swapper
version: 1.1.0
author: TheRedDaemon, gynt
type: module
dependencies:
gmResourceModifier: ">= 0.1.0"
textResourceModifier: ">= 0.1.0"
aicloader: ">= 0.1.0"
aivloader: ">= 0.0.1"
files: ">= 0.1.0"
contents:
# If defined, at this level, applies to both description and package.
# Uses all defaults as known today (default locations for locale files)
Expand All @@ -64,8 +50,4 @@ extensions:
url: UnofficialCrusaderPatch/extension-aiSwapper
github-sha: f779b9a2bd5a9691b8bbfc9459af019b5ad29f85
github-tag: main
signer: default # Optional
location: # Optional
root:
default: true
targets: [description, package] # Optional

0 comments on commit 1678b2d

Please sign in to comment.