Compare commits
2 Commits
main
...
bf00b68ac7
| Author | SHA1 | Date | |
|---|---|---|---|
| bf00b68ac7 | |||
| 7322e58dfe |
@@ -9,8 +9,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: install dependencies
|
|
||||||
run: apt-get update && apt-get install -y p7zip-full
|
|
||||||
- name: build release archives
|
- name: build release archives
|
||||||
run: make
|
run: make
|
||||||
- name: create release and upload assets
|
- name: create release and upload assets
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2023, 2026 <omicron.me@protonmail.com>
|
Copyright (c) 2023 <omicron.me@protonmail.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
local lib = LibStub:NewLibrary("LibFreeMedia", 102)
|
local lib = LibStub:NewLibrary("LibFreeMedia", 101)
|
||||||
if not lib then
|
if not lib then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 120001
|
## Interface: 100100
|
||||||
## Title: LibFreeMedia
|
## Title: LibFreeMedia
|
||||||
## Notes: Freely share media between addons
|
## Notes: Freely share media between addons
|
||||||
## Version: 0.1.2
|
## Version: 0.1.1
|
||||||
|
|
||||||
libs/LibStub.lua
|
libs/LibStub.lua
|
||||||
LibFreeMedia.lua
|
LibFreeMedia.lua
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 20505
|
## Interface: 20505
|
||||||
## Title: LibFreeMedia
|
## Title: LibFreeMedia
|
||||||
## Notes: Freely share media between addons
|
## Notes: Freely share media between addons
|
||||||
## Version: 0.1.2
|
## Version: 0.1.1
|
||||||
|
|
||||||
libs/LibStub.lua
|
libs/LibStub.lua
|
||||||
LibFreeMedia.lua
|
LibFreeMedia.lua
|
||||||
|
|||||||
Reference in New Issue
Block a user