Skip to content
Snippets Groups Projects
Forked from Vrelnir / Degrees of Lewdity
Source project has a limited visibility.
  • majou's avatar
    4aa97c6f
    change compile.sh to make symlinks instead of full copies · 4aa97c6f
    majou authored
    previously, compile.sh was changed to copy game's html under a
    predictable name that the apk builder script expects to find. however,
    using a full copy is inefficient use of space and doesn't work well
    with the compiler's watch mode. i've changed the compile script to make
    symlinks instead, and modified the apk builder script to support them.
    4aa97c6f
    History
    change compile.sh to make symlinks instead of full copies
    majou authored
    previously, compile.sh was changed to copy game's html under a
    predictable name that the apk builder script expects to find. however,
    using a full copy is inefficient use of space and doesn't work well
    with the compiler's watch mode. i've changed the compile script to make
    symlinks instead, and modified the apk builder script to support them.