Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit bc6a6c7

Browse files
committed
fix: include locales in release workflow
1 parent 7a4745c commit bc6a6c7

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-21
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
mkdir -p ./temp/ox_lib
4747
mkdir -p ./temp/ox_lib/web/
4848
cp ./{LICENSE,README.md,fxmanifest.lua,init.lua} ./temp/ox_lib
49-
cp -r ./{imports,resource} ./temp/ox_lib
49+
cp -r ./{imports,resource,locales} ./temp/ox_lib
5050
cp -r ./web/build ./temp/ox_lib/web/
5151
cd ./temp && zip -r ../ox_lib.zip ./ox_lib
5252

LICENSE

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,10 @@ to attach them to the start of each source file to most effectively
631631
state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634-
pe-lualib
635-
Copyright (C) 2021 Linden <https://www.github.com/thelindat>
634+
ox_lib
635+
Copyright (C) 2021
636+
Linden <https://www.github.com/thelindat>
637+
Luke <https://www.github.com/LukeWasTakenn>
636638

637639
This program is free software: you can redistribute it and/or modify
638640
it under the terms of the GNU General Public License as published by
@@ -649,23 +651,6 @@ the "copyright" line and a pointer to where the full notice is found.
649651

650652
Also add information on how to contact you by electronic and paper mail.
651653

652-
If the program does terminal interaction, make it output a short
653-
notice like this when it starts in an interactive mode:
654-
655-
pe-lualib Copyright (C) 2021 Linden <https://www.github.com/thelindat>
656-
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657-
This is free software, and you are welcome to redistribute it
658-
under certain conditions; type `show c' for details.
659-
660-
The hypothetical commands `show w' and `show c' should show the appropriate
661-
parts of the General Public License. Of course, your program's commands
662-
might be different; for a GUI interface, you would use an "about box".
663-
664-
You should also get your employer (if you work as a programmer) or school,
665-
if any, to sign a "copyright disclaimer" for the program, if necessary.
666-
For more information on this, and how to apply and follow the GNU GPL, see
667-
<https://www.gnu.org/licenses/>.
668-
669654
The GNU General Public License does not permit incorporating your program
670655
into proprietary programs. If your program is a subroutine library, you
671656
may consider it more useful to permit linking proprietary applications with

fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ game 'gta5'
2323
--[[ Resource Information ]]--
2424
name 'ox_lib'
2525
author 'Linden'
26-
version '2.3.0'
26+
version '2.3.1'
2727
repository 'https://github.com/overextended/ox_lib'
2828
description 'A library of shared functions to utilise in other resources.'
2929

0 commit comments

Comments
 (0)