Skip to content

Commit

Permalink
Fix CurseForge server & client export
Browse files Browse the repository at this point in the history
  • Loading branch information
encode42 committed May 30, 2023
1 parent 86601b8 commit 50db39c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/export/platform/curseforge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const exportCurseForge: ExportFunction = async side => {
"platform": "curseForge",
side,
"runner": async side => {
await $`packwiz curseforge export --output ${files.build.client.curseForge} --side ${side}`;
await $`packwiz curseforge export --output ${files.build[side].curseForge} --side ${side}`;
}
});
};
2 changes: 1 addition & 1 deletion src/pack/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ metafile = true

[[files]]
file = "mods/vmp-fabric.pw.toml"
hash = "63236cec2766e835aa4c816473a71a2f8b7184af7d57b004d2aa29356a192424"
hash = "5a58d572b3e7b0dcdd348c8dff0e816198cce311c6aa842d2836cf2469a545eb"
metafile = true

[[files]]
Expand Down
2 changes: 1 addition & 1 deletion src/pack/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "c6e0d63b4cd0f0a6321dea8e8be681411bed450400210afe9c646d19a3b18fbd"
hash = "60ff9ea58316e1062403a3c8f1912884f584f27a26aa58bc9c187ff94d69310c"

[versions]
fabric = "0.14.19"
Expand Down

0 comments on commit 50db39c

Please sign in to comment.