Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Original v6.1.1 baseline (beta1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleidigh committed Feb 16, 2019
1 parent f302aa6 commit 0134bd8
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"label": "Build TB Extension",
"type": "shell",
"command": ".\\scripts\\build-60-65-xpi.bat",
"command": ".\\scripts\\build-xpi.bat",
"group": {
"kind": "build",
"isDefault": true
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-xpi.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
call jpm xpi --dest-dir ./xpi --addon-dir ./src
call 7z d .\xpi\columns-wizard-6.1.1-tb.xpi bootstrap.js
call 7z a .\xpi\columns-wizard-6.1.1-tb.xpi ./src/manifest.json
call 7z d .\xpi\columns-wizard-6.1.1-beta1-tb.xpi bootstrap.js
call 7z a .\xpi\columns-wizard-6.1.1-beta1-tb.xpi ./src/manifest.json
2 changes: 2 additions & 0 deletions src/.jpmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package.json
.*
4 changes: 2 additions & 2 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<Description about="urn:mozilla:install-manifest">
<em:id>columnswizard@micz.it</em:id>
<em:type>2</em:type>
<em:version>6.1.1alpha</em:version>
<em:version>6.1.1-beta1</em:version>
<em:name>ColumnsWizard</em:name>
<em:description>Adds some magic to the folder list columns! You can add a custom column directly from the addon preference window to show any mail header you want, define the default columns settings for any new folder and show hidden columns in the Conversation Tab and in the search window.</em:description>
<em:iconURL>chrome://columnswizard/skin/mzcw-icon.png</em:iconURL>
<em:icon64URL>chrome://columnswizard/skin/mzcw-icon64.png</em:icon64URL>
<em:creator>Mic (m@micz.it)</em:creator>
<em:contributor></em:contributor>
<em:contributor>cleidigh</em:contributor>
<em:optionsURL>chrome://columnswizard/content/mzcw-settings.xul</em:optionsURL>
<em:localized>
<Description>
Expand Down
18 changes: 18 additions & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"manifest_version": 2,
"name": "ColumnsWizard",
"version": "6.1.1-beta1",
"description": "",
"author": "Mic (m@micz.it), Christopher Leidigh",
"applications": {
"gecko": {
"id": "columnswizard@micz.it"
}
},
"legacy": {
"options": {
"page": "chrome://columnswizard/content/mzcw-settings.xul",
"open_in_tab": false
}
}
}
15 changes: 15 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "ColumnsWizard",
"name": "columns-wizard-6.1.1-beta1-tb",
"version": "6.1.1-beta1",
"description": "Add additional folder columns",
"main": "./chrome/content/mzcw-overlay.js",
"author": "Micz, Christopher Leidigh",
"engines": {
"": ">=38.0a1"
},
"license": "MPLv2",
"keywords": [
"jetpack"
]
}
Binary file added xpi/columns-wizard-6.1.1-beta1-tb.xpi
Binary file not shown.

0 comments on commit 0134bd8

Please sign in to comment.