Skip to content

Commit 13dd9ef

Browse files
authored
Merge pull request #83 from roberto-arista/master
Update extension to new ExtensionBundle package
2 parents f3c65fe + c8a8e37 commit 13dd9ef

19 files changed

Lines changed: 48 additions & 50 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Validate and Build the Extension
2+
on:
3+
push
4+
5+
jobs:
6+
validate_and_build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Validate and Build
10+
uses: typemytype/roboFont-Extension-action@v0.1.0
11+
with:
12+
autotagging: true

Batch.roboFontExt/info.plist

Lines changed: 0 additions & 28 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

build.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
libFolder: source/lib
2+
resourcesFolder: source/resources
3+
htmlFolder: source/html
4+
license: |
5+
The MIT License (MIT)
6+
7+
Copyright (c) 2015 Frederik Berlaen
8+
9+
Permission is hereby granted, free of charge, to any person obtaining a copy
10+
of this software and associated documentation files (the "Software"), to deal
11+
in the Software without restriction, including without limitation the rights
12+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13+
copies of the Software, and to permit persons to whom the Software is
14+
furnished to do so, subject to the following conditions:
15+
16+
The above copyright notice and this permission notice shall be included in all
17+
copies or substantial portions of the Software.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25+
SOFTWARE.
26+

info.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Batch
2+
developer: TypeMyType
3+
developerURL: http://typemytype.com
4+
launchAtStartUp: true
5+
mainScript: main.py
6+
version: '2.2'
7+
addToMenu: []
8+
html: true
9+
requiresVersionMajor: '4'
10+
requiresVersionMinor: 4b
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)