Skip to content

Commit

Permalink
fix: remove kv3 header from generated p2ce addon metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Dec 22, 2024
1 parent db01827 commit 25c034e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/NewP2CEAddonDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ NewP2CEAddonDialog::NewP2CEAddonDialog(QString gameRoot_, QWidget* parent)
QFile addonKV3{this->getAddonInstallDir() + QDir::separator() + "addon.kv3"};
addonKV3.open(QIODevice::WriteOnly | QIODevice::Text);

static constexpr auto p2ceAddonKV3ContentsBase = R"(<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:generic:version{7412167c-06e9-4698-aff2-e63eb59037e7} -->
{
static constexpr auto p2ceAddonKV3ContentsBase = R"({
mod = "%1"
description = "%2"
type = "%3"
Expand Down

0 comments on commit 25c034e

Please sign in to comment.