Skip to content

Commit

Permalink
Update packager config
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed Nov 25, 2024
1 parent 4e5e0d0 commit 3842389
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Package and release
uses: BigWigsMods/packager@v2
with:
args: -n {package-name}-{project-version}:{package-name}-{project-version}
args: -n {package-name}-{project-version}:{project-version}
10 changes: 7 additions & 3 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
package-as: TranqRotate

enable-nolib-creation: no
manual-changelog: changelog.md

externals:
libs/CallbackHandler-1.0: https://repos.wowace.com/wow/ace3/trunk/CallbackHandler-1.0
libs/LibStub: svn://svn.wowace.com/wow/libstub/mainline/tags/1.0
libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
libs/AceComm-3.0: https://repos.wowace.com/wow/ace3/trunk/AceComm-3.0
libs/AceConfig-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
libs/AceDBOptions-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDBOptions-3.0
libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
libs/AceSerializer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceSerializer-3.0
libs/CallbackHandler-1.0: https://repos.wowace.com/wow/ace3/trunk/CallbackHandler-1.0
libs/LibStub: svn://svn.wowace.com/wow/libstub/mainline/tags/1.0

ignore:
- README.md
- docs

0 comments on commit 3842389

Please sign in to comment.