-
Notifications
You must be signed in to change notification settings - Fork 1
Update extension to new ExtensionBundle package #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Validate and Build the Extension | ||
on: | ||
push | ||
|
||
jobs: | ||
validate_and_build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Validate and Build | ||
uses: typemytype/[email protected] |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
libFolder: source/lib | ||
resourcesFolder: source/resources | ||
htmlFolder: source/html | ||
license: | | ||
MIT License | ||
|
||
Copyright (c) [year] [fullname] | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: myExtension | ||
developer: RoboDocs | ||
developerURL: http://github.com/roboDocs | ||
launchAtStartUp: true | ||
mainScript: events.py | ||
version: '0.1' | ||
addToMenu: | ||
- path: tool.py | ||
preferredName: Tool | ||
shortKey: [1179648, t] | ||
html: true | ||
requiresVersionMajor: '4' | ||
requiresVersionMinor: '1' | ||
expireDate: '2021-12-31' |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
extensionName: myExtension (GitHub) | ||
description: A boilerplate extension which serves as starting point for creating your own extensions. | ||
developer: RoboDocs | ||
developerURL: https://github.com/roboDocs | ||
repository: http://github.com/robodocs/single-windowcontroller-with-multiple-subscribers | ||
extensionPath: myExtension.roboFontExt | ||
icon: https://raw.githubusercontent.com/roboDocs/single-windowcontroller-with-multiple-subscribers/master/myExtensionMechanicIcon.png | ||
infoPath: https://raw.githubusercontent.com/robodocs/single-windowcontroller-with-multiple-subscribers/HEAD/info.yaml | ||
zipPath: https://github.com/robodocs/single-windowcontroller-with-multiple-subscribers/releases/latest/download/Arrange Windows.roboFontExt.zip | ||
tags: [ demo ] |
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.