From f72d622b70dcdc285185ddb6af3e461e2fdb96b5 Mon Sep 17 00:00:00 2001 From: Brendan Hagan Date: Sat, 16 Jul 2022 22:42:27 -0400 Subject: [PATCH] misc: packaging script + bundled readme --- .gitignore | 2 ++ README.txt | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 README.txt diff --git a/.gitignore b/.gitignore index ef2a250f..32a85bc7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ /resource/RC* /resource/expected_locale_keys + +package.ps1 diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..2108b28d --- /dev/null +++ b/README.txt @@ -0,0 +1,6 @@ +This is built from a fork of MagicSetEditor2 and contains changes that are not in the main MSE codebase. + +For information about the changes contained within it, to get involved, or to complain, please visit the following: + +- Repository: https://github.com/haganbmj/MagicSetEditor2/ +- Changelog: https://github.com/haganbmj/MagicSetEditor2/blob/master/CHANGES.md