Skip to content

Commit

Permalink
Update todo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Jun 21, 2024
1 parent e5ba2fe commit d5b80a1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Before 1.0
[misc]
- improve zip speed, bottleneck is crc32 checksum i think?

[love-exedit]
- add VERSION_INFO modifier for `love-exedit`

Expand All @@ -12,8 +9,8 @@
# Future Stuff
[misc]
- create github workflow action for people to use
- add pre/post build hooks to allow for custom cmds through os.execute
- wildcards * for ignore/lib paths
- improve zip speed, bottleneck is crc32 checksum i think?

[linux]
- add `love-squashfs` :compress() for repackaging linux
Expand All @@ -23,11 +20,10 @@
- add option to pass rsrc file



---


# Probably Won't Add
# Things Not Being Added
- option to NOT zip up output and make folders instead, this is because you'd
require 'Run As System Administrator' for running on windows for macos/linux
as windows needs `mklink` for making the symlinks (which we avoid by rezipping)
Expand Down

0 comments on commit d5b80a1

Please sign in to comment.