mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
c45b0a7641
Start with Mozilla's HelloWorld sample Firefox extension
12 lines
219 B
Bash
12 lines
219 B
Bash
#!/bin/bash
|
|
|
|
# Build config for the build script, build.sh. Look there for more info.
|
|
|
|
APP_NAME=helloworld
|
|
CHROME_PROVIDERS="content locale skin"
|
|
CLEAN_UP=1
|
|
ROOT_FILES="readme.txt"
|
|
ROOT_DIRS=
|
|
BEFORE_BUILD=
|
|
AFTER_BUILD=
|