Commit graph

61 commits

Author SHA1 Message Date
Irakli Gozalishvili 8ae644293e
fix insall script on mac 2020-10-02 17:30:17 -07:00
evan 54881b33ed link to windows printer install 2020-07-12 21:40:05 -05:00
evan 6e4a3035a3 fix download_prebuilt 2020-07-12 21:39:58 -05:00
evan ce1274450b make easy install work on osx 2020-07-12 18:26:11 -05:00
evan f41beb4cea add download_prebuilt target 2020-07-12 18:26:11 -05:00
evan 1c26f7be06 download deps before build 2020-07-12 18:26:11 -05:00
evan 38570354d0 fix go get command 2020-07-12 18:26:11 -05:00
Evan Widloski ffc3f8c476
Merge pull request #1 from beardhatcode/master
Fix timestamp
2020-03-11 04:49:38 -05:00
beardhatcode 66fd0706fc Fix timestamp
The timestamp is in miliseconds, not seconds, add three zeros' to ensure
correct ordering.

Before the metadata contained:

  "lastModified": "1583919213",

now it contains:

    "lastModified": "1583919213000",

found this out by looking at

  cat /home/root/.local/share/remarkable/xochitl/*.metadata | grep lastModified
2020-03-11 10:34:31 +01:00
evan 2b975d5951 simplify config install 2020-03-11 02:45:44 -05:00
evan 4747014eae init commit 2020-03-11 01:36:18 -05:00