Skip to content

Commit

Permalink
update modinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarklord committed Oct 7, 2024
1 parent 1a9d137 commit 2579ebc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 34 deletions.
28 changes: 2 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches-ignore:
- 'gh-pages'
tags:
- '*'
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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
Expand Down
16 changes: 8 additions & 8 deletions LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down Expand Up @@ -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}
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>

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
Expand All @@ -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 <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.

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
<program> Copyright (C) <year> <name of author>
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.
Expand All @@ -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
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.

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
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<https://www.gnu.org/licenses/why-not-lgpl.html>.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# UniversalPropertyEnhancer
6 changes: 6 additions & 0 deletions Sporemod/ModInfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<mod displayName="Universal Property Enhancer" unique="upe" description="Universal Property Enhancer is a mod for Spore, that allows enhancements to properties in a dynamic way." isExperimental="$SPOREMOD_EXPERIMENTAL" installerSystemVersion="1.0.1.2" dllsBuild="$SPOREMOD_DLLS_BUILD">
<prerequisite>UniversalPropertyEnhancer.dll</prerequisite>
<prerequisite>UniversalPropertyEnhancer.pdb</prerequisite>
<prerequisite game="Spore">UniversalPropertyEnhancer.package</prerequisite>

<remove>UniversalPropertyEnhancer.dll</remove>
<remove>UniversalPropertyEnhancer.pdb</remove>
<remove game="Spore">UniversalPropertyEnhancer.package</remove>
<!--Remove stuff from old versions of this mod-->
<remove>UniversalPropertyReplacement*</remove>
<remove game="GalacticAdventures">UPEVerify.package</remove>
</mod>

0 comments on commit 2579ebc

Please sign in to comment.