Skip to content

Instantly share code, notes, and snippets.

@hiracchi
Created December 13, 2016 03:49
Show Gist options
  • Save hiracchi/9e0569b68cb033fbd4e2e85688db5808 to your computer and use it in GitHub Desktop.
Save hiracchi/9e0569b68cb033fbd4e2e85688db5808 to your computer and use it in GitHub Desktop.
desktop app for Tokyo amesh (http://tokyo-ame.jwa.or.jp/) built by using "nativefier"
#!/bin/bash
WIDTH=990px
HEIGHT=728px
nativefier --name "amesh" \
--width ${WIDTH} --min-width ${WIDTH} --max-width ${WIDTH} \
--height ${HEIGHT} --min-height ${HEIGHT} --max-height ${HEIGHT} \
"http://tokyo-ame.jwa.or.jp/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment