forked from KolibriOS/kolibrios
Add Netsurf installer to .img
git-svn-id: svn://kolibrios.org@7058 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
da7cd23cb8
commit
f5e90df8dd
@ -456,6 +456,7 @@ tup.append_table(img_files, {
|
||||
{"NETWORK/PING", PROGS .. "/network/ping/ping"},
|
||||
{"NETWORK/NETCFG", PROGS .. "/network/netcfg/netcfg"},
|
||||
{"NETWORK/NETSTAT", PROGS .. "/network/netstat/netstat"},
|
||||
{"NETWORK/NSINSTALL", PROGS .. "/network/netsurf/nsinstall"},
|
||||
{"NETWORK/NSLOOKUP", PROGS .. "/network/nslookup/nslookup"},
|
||||
{"NETWORK/PASTA", PROGS .. "/network/pasta/pasta"},
|
||||
{"NETWORK/SYNERGYC", PROGS .. "/network/synergyc/synergyc"},
|
||||
|
2
programs/network/netsurf/Tupfile.lua
Normal file
2
programs/network/netsurf/Tupfile.lua
Normal file
@ -0,0 +1,2 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("nsinstall.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "nsinstall")
|
@ -262,7 +262,8 @@ dirname_res_icons db '/tmp0/1/res/icons', 0
|
||||
|
||||
url db 'www.ashmew2.me/',0
|
||||
|
||||
filelist db 'nskolibrios', 0
|
||||
filelist db 'netsurf-kolibrios', 0
|
||||
db 'netsurf-kolibrios.map', 0
|
||||
db 'res/adblock.css', 0
|
||||
db 'res/quirks.css', 0
|
||||
db 'res/Messages', 0
|
Loading…
Reference in New Issue
Block a user