Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/app.yaml
blob: 5c74a30f6730e3ec5e82d7107380aec08d486fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Hackety Hack
version: 1
release: Material
icons:
  win32: platform/msw/App.ico
  osx:   platform/mac/App.icns
  gtk:   platform/nix/app.png
dmg:
  ds_store: platform/mac/dmg_ds_store
  background: static/hacketyhack-dmg.jpg
run: app/h-ety-h.rb
clone: git checkout-index --prefix=dist/app/ -a
ignore: [samples]