Skip to content

Commit

Permalink
Update packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Aug 26, 2024
1 parent d373277 commit 8b592c7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 49 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: BigWigsMods/packager@v2
with:
args: -S
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Libs
7 changes: 7 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package-as: Peggle

externals:
Libs/LibStub: https://repos.curseforge.com/wow/libstub/trunk
Libs/CallbackHandler-1.0: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0
Libs/LibDataBroker-1.1: https://github.com/tekkub/libdatabroker-1-1
Libs/LibDBIcon-1.0: https://repos.curseforge.com/wow/libdbicon-1-0/trunk/LibDBIcon-1.0
62 changes: 16 additions & 46 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,18 @@
{
"Lua.diagnostics.globals": [
"AchievementFrame",
"BackdropTemplateMixin",
"CHAT_MSG_GUILD",
"CHAT_MSG_PARTY",
"CHAT_MSG_RAID",
"ChatFrame_AddMessageEventFilter",
"ChatFrame_RemoveMessageEventFilter",
"ChatTypeInfo",
"DECLINE",
"ERR_CHAT_PLAYER_NOT_FOUND_S",
"GameTooltip_SetDefaultAnchor",
"GameTooltip",
"getglobal",
"GROUP",
"HIGHLIGHT_FONT_COLOR",
"message",
"Minimap",
"MouseIsOver",
"NONE",
"RaidBossEmoteFrame",
"RaidNotice_AddMessage",
"SetDesaturation",
"SlashCmdList",
"STANDARD_TEXT_FONT",
"TOOLTIP_TALENT_LEARN",
"TOOLTIP_TALENT_NEXT_RANK",
"UIDropDownMenu_AddButton",
"UIDropDownMenu_GetCurrentDropDown",
"UIDropDownMenu_Initialize",
"UIDROPDOWNMENU_MENU_LEVEL",
"UIDropDownMenu_SetAnchor",
"UIDropDownMenu_SetSelectedName",
"UIDropDownMenu_SetSelectedValue",
"UIDropDownMenu_SetText",
"UIDropDownMenu_SetWidth",
"UIParent",
"UIParentLoadAddOn",
"WOW_PROJECT_CLASSIC",
"WOW_PROJECT_ID",
"GetCursorPosition"
],
"Lua.diagnostics.disable": [
"undefined-field",
"lowercase-global"
]
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\.vscode\\extensions\\ketho.wow-api-0.17.5\\Annotations"
],
"Lua.diagnostics.enable": false
}

0 comments on commit 8b592c7

Please sign in to comment.