forked from tinygiant98/nui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnasher.cfg
57 lines (48 loc) · 1.64 KB
/
nasher.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[Package]
name = "nui wrapper"
description = "Wrapper system for NUI"
version = "yeah, right"
url = "https://github.com/tinygiant98/nui"
author = "Ed Burke (tinygiant) <af.hog.pilot@gmail.com>"
[Target]
name = "nui"
file = "nui.erf"
description = "Packs only the base system scripts"
include = "*.nss"
include = "support/*.nss"
[Target]
name = "nui_utils"
file = "nui_utils.erf"
description = "Packs the base system files and the utility includes"
include = "*.nss"
include = "support/*.nss"
include = "utils/*.nss"
[Target]
name = "nui_noconfig"
file = "nui_noconfig.erf"
description = "Packs the base system files, but not config files; for version updates"
include = "nui_i_const.nss"
include = "nui_i_database.nss"
include = "nui_i_main.nss"
include = "support/*.nss"
[Target]
name = "appearance_editor_full"
file = "formfiles/appearance_editor/appedit_full.erf"
description = "Packs the appearance editor formfile, options file and supporting language files"
include = "formfiles/appearance_editor/**/*.{nss,tga}"
[Target]
name = "appearance_editor_base"
file = "formfiles/appearance_editor/appedit_base.erf"
description = "Base files only; for version updates"
include = "formfiles/appearance_editor/nuif_appedit.nss"
include = "formfiles/appearance_editor/support/**/*"
[Target]
name = "color_picker_full"
file = "formfiles/color_picker/cp_full.erf"
description = "Packs the color picker formfile, options file and supporting language files"
include = "formfiles/color_picker/**/*.nss"
[Target]
name = "color_picker_base"
file = "formfiles/color_picker/cp_base.erf"
description = "Base files only; for version updates"
include = "formfiles/color_picker/nuif_cp.nss"