diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 61387bb9d..690085041 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -81,9 +81,6 @@ module.exports = (grunt) -> dest: 'builds/crx/' expand: true flatten: true - opera: - files: - 'builds/4chan-X-Opera.nex': 'builds/4chan-X-Chrome.zip' coffee: script: @@ -190,7 +187,6 @@ module.exports = (grunt) -> grunt.registerTask 'release', [ 'default' 'compress:crx' - 'copy:opera' 'shell:commit' 'shell:push' ]