Skip to content

Commit

Permalink
Cleanup build
Browse files Browse the repository at this point in the history
  • Loading branch information
benblack86 committed Jul 19, 2020
1 parent 33c8d19 commit b6f43a9
Show file tree
Hide file tree
Showing 35 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@
.idea
*.iml
node_modules/
*.zip
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -2,7 +2,7 @@

<!-- ant has no if/else statments so have to use this if_.. format -->
<target name="build" depends="properties,clean,test_if_mac,test_if_not_mac">
<zip destfile="versions/${zip_name}" basedir="src" />
<zip destfile="${zip_name}" basedir="src" />
</target>

<target name="properties">
Expand All @@ -22,7 +22,7 @@
<target name="clean">
<echo>Deleting old zip file ${zip_name}</echo>
<delete>
<fileset dir="versions" includes="${zip_name}" />
<fileset dir="." includes="${zip_name}" />
</delete>
</target>

Expand Down
1 change: 0 additions & 1 deletion package.json
@@ -1,6 +1,5 @@
{
"name": "linkclump",
"version": "2.8.9",
"description": "Chrome extension",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Linkclump",
"version": "2.8.9",
"version": "2.9.0",
"description": "Lets you open, copy or bookmark multiple links at the same time.",
"background": {
"scripts": ["settings_manager.js", "background.js"],
Expand Down
Binary file removed versions/linkclump.1.5.0.zip
Binary file not shown.
Binary file removed versions/linkclump.2.0.11.zip
Binary file not shown.
Binary file removed versions/linkclump.2.0.12.zip
Binary file not shown.
Binary file removed versions/linkclump.2.0.13.zip
Binary file not shown.
Binary file removed versions/linkclump.2.0.14.zip
Binary file not shown.
Binary file removed versions/linkclump.2.0.16.zip
Binary file not shown.
Binary file removed versions/linkclump.2.0.17.zip
Binary file not shown.
Binary file removed versions/linkclump.2.1.1.zip
Binary file not shown.
Binary file removed versions/linkclump.2.2.1.zip
Binary file not shown.
Binary file removed versions/linkclump.2.3.1.zip
Binary file not shown.
Binary file removed versions/linkclump.2.3.2.zip
Binary file not shown.
Binary file removed versions/linkclump.2.4.6.zip
Binary file not shown.
Binary file removed versions/linkclump.2.5.3.zip
Binary file not shown.
Binary file removed versions/linkclump.2.6.0.zip
Binary file not shown.
Binary file removed versions/linkclump.2.7.1.zip
Binary file not shown.
Binary file removed versions/linkclump.2.7.2.zip
Binary file not shown.
Binary file removed versions/linkclump.2.7.3.zip
Binary file not shown.
Binary file removed versions/linkclump.2.7.4.zip
Binary file not shown.
Binary file removed versions/linkclump.2.7.5.zip
Binary file not shown.
Binary file removed versions/linkclump.2.7.6.zip
Binary file not shown.
Binary file removed versions/linkclump.2.7.7.zip
Binary file not shown.
Binary file removed versions/linkclump.2.7.8.zip
Binary file not shown.
Binary file removed versions/linkclump.2.8.0.zip
Binary file not shown.
Binary file removed versions/linkclump.2.8.1.zip
Binary file not shown.
Binary file removed versions/linkclump.2.8.2.zip
Binary file not shown.
Binary file removed versions/linkclump.2.8.3.zip
Binary file not shown.
Binary file removed versions/linkclump.2.8.4.zip
Binary file not shown.
Binary file removed versions/linkclump.2.8.5.zip
Binary file not shown.
Binary file removed versions/linkclump.2.8.7.zip
Binary file not shown.
Binary file removed versions/linkclump.2.8.8.zip
Binary file not shown.
Binary file removed versions/linkclump.2.8.9.zip
Binary file not shown.

0 comments on commit b6f43a9

Please sign in to comment.