diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21a76c1..37391ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on: push: branches-ignore: - 'gh-pages' + tags: + - '*' pull_request: workflow_dispatch: @@ -64,14 +66,7 @@ jobs: uses: microsoft/setup-msbuild@v2 # Build Spore-ModAPI - - name: Cache Spore-ModAPI - id: cache-spore-modapi - uses: actions/cache/restore@v4 - with: - path: Spore-ModAPI - key: spore-modapi-${{ env.SPORE_MOD_API_REF }} - name: Checkout Spore-ModAPI - if: ${{ steps.cache-spore-modapi.outputs.cache-hit != 'true' }} uses: actions/checkout@v4 with: repository: 'emd4600/Spore-ModAPI' @@ -83,22 +78,9 @@ jobs: cd Spore-ModAPI msbuild "Spore ModAPI" /m "/p:Configuration=Release DLL,Platform=x86,SDK_BUILD_VER=${{ env.SPORE_MOD_API_BUILD_VER }},EXECUTABLE_TYPE=2" ` "/p:OutDir=${{ github.workspace }}\coreLibs\" /clp:Summary /v:m - - name: Save Spore-ModAPI - if: ${{ ! contains(github.ref_type, 'tag') && steps.cache-spore-modapi.outputs.cache-hit != 'true' }} - uses: actions/cache/save@v4 - with: - path: Spore-ModAPI - key: ${{ steps.cache-spore-modapi.outputs.cache-primary-key }} # Build Spore-LuaAPI - - name: Cache Spore-LuaAPI - id: cache-spore-luaapi - uses: actions/cache/restore@v4 - with: - path: Spore-LuaAPI - key: spore-luaapi-${{ env.SPORE_LUA_API_REF }} - name: Checkout Spore-LuaAPI - if: ${{ steps.cache-spore-luaapi.outputs.cache-hit != 'true' }} uses: actions/checkout@v4 with: repository: 'Zarklord/Spore-LuaAPI' @@ -111,12 +93,6 @@ jobs: msbuild "Spore LuaAPI.sln" /m "/p:Configuration=Release DLL,Platform=x86" ` "/p:SporeSDKPath=${{ github.workspace }}\Spore-ModAPI\,SporeLauncherPath=${{ github.workspace }}\" ` "/p:OutDir=${{ github.workspace }}\coreLibs\" /clp:Summary /v:m - - name: Save Spore-LuaAPI - if: ${{ ! contains(github.ref_type, 'tag') && steps.cache-spore-luaapi.outputs.cache-hit != 'true' }} - uses: actions/cache/save@v4 - with: - path: Spore-LuaAPI - key: ${{ steps.cache-spore-luaapi.outputs.cache-primary-key }} #Build UniversalPropertyEnhancer - name: Checkout UniversalPropertyEnhancer diff --git a/LICENSE b/LICENSE.md similarity index 98% rename from LICENSE rename to LICENSE.md index 1c0f0f1..e72bfdd 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,7 +1,7 @@ -GNU GENERAL PUBLIC LICENSE + GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - {one line to give the program's name and a brief idea of what it does.} - Copyright (C) 2018 {name of author} + + Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -645,14 +645,14 @@ the "copyright" line and a pointer to where the full notice is found. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - BetterCells Copyright (C) 2018 Zarklord + Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. \ No newline at end of file +. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..deef57b --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# UniversalPropertyEnhancer \ No newline at end of file diff --git a/Sporemod/ModInfo.xml b/Sporemod/ModInfo.xml index 1a944fe..773f813 100644 --- a/Sporemod/ModInfo.xml +++ b/Sporemod/ModInfo.xml @@ -1,6 +1,12 @@ UniversalPropertyEnhancer.dll + UniversalPropertyEnhancer.pdb UniversalPropertyEnhancer.package + + UniversalPropertyEnhancer.dll + UniversalPropertyEnhancer.pdb + UniversalPropertyEnhancer.package + UniversalPropertyReplacement* UPEVerify.package \ No newline at end of file