Compare commits
No commits in common. "277025f91f1b831313c9b8f51a168cafb7060856" and "db269b6f2a00673d5581f431f95563cb5e6f081e" have entirely different histories.
277025f91f
...
db269b6f2a
2
TODO
2
TODO
@ -77,4 +77,4 @@
|
|||||||
[ ] rename file
|
[ ] rename file
|
||||||
[ ] move file
|
[ ] move file
|
||||||
[ ] copy file
|
[ ] copy file
|
||||||
[ ] tree: make treeview resizable
|
|
||||||
|
@ -104,12 +104,12 @@ function core.init()
|
|||||||
if file then
|
if file then
|
||||||
local last_dir = file:read()
|
local last_dir = file:read()
|
||||||
file:close()
|
file:close()
|
||||||
if last_dir then
|
if last_dir then
|
||||||
info = system.get_file_info(last_dir)
|
info = system.get_file_info(last_dir)
|
||||||
if info and info.type == "dir" then
|
if info and info.type == "dir" then
|
||||||
project_dir = last_dir
|
project_dir = last_dir
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
2
makefile
2
makefile
@ -28,9 +28,7 @@ install: lite
|
|||||||
# mkdir -p ${DESTDIR}${MANPREFIX}/man1
|
# mkdir -p ${DESTDIR}${MANPREFIX}/man1
|
||||||
# cp -f us.1 ${DESTDIR}${MANPREFIX}/man1/us.1
|
# cp -f us.1 ${DESTDIR}${MANPREFIX}/man1/us.1
|
||||||
# chmod 644 ${DESTDIR}${MANPREFIX}/man1/us.1
|
# chmod 644 ${DESTDIR}${MANPREFIX}/man1/us.1
|
||||||
mkdir -p ${DESTDIR}${PREFIX}/share/applications/
|
|
||||||
cp -f lite.desktop ${DESTDIR}${PREFIX}/share/applications/lite.desktop
|
cp -f lite.desktop ${DESTDIR}${PREFIX}/share/applications/lite.desktop
|
||||||
mkdir -p ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/
|
|
||||||
cp -f icon.ico ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/lite.ico
|
cp -f icon.ico ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/lite.ico
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user