Ticket Change Details
Not logged in
Overview

Artifact ID: db80661814ac48cd4dec07feed240e48a70c96fb
Ticket: 07797975353c83b80bbfe72d5f30d6309a568485
Use a HOME/.undroidwishrc file to set sdl configuration values
User & Date: anonymous 2019-05-17 23:57:42
Changes

  1. icomment:
    I suppose this means undroidwish should be recompiled when there is need for a change to the sdl configuration.
    
    Looking in the directory tree of the source code, I see that the assets/app dir is missing. So I created it and populated it as per the instructions, but `build-undroidwish-linux64.sh` does not copy the contents of it to the build dir. So here is an one line monkey-copy patch that copies the dir and the files, and make it work:
    
    1721a1722
    >   cp -rp ${AWDIR}/assets/app* assets
    
    Thanks!
    
  2. login: "anonymous"
  3. mimetype: "text/x-fossil-plain"