Skip to content

Commit

Permalink
Beaker Browser 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 16, 2021
1 parent 3bb34dc commit aef5e32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.0-4 (2021/01/16)

* Beaker Browser 1.1.0
* Portapps 3.1.0

## 0.8.10-3 (2020/03/18)

* Beaker Browser 0.8.10
Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ core.dir = ../portapps
app = beaker-browser
app.name = Beaker Browser
app.type = archive
app.version = 0.8.10
app.release = 3
app.version = 1.1.0
app.release = 4
app.homepage = https://beakerbrowser.com

# Portable app
Expand Down
7 changes: 0 additions & 7 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@
<fileset dir="${extract.path2}" defaultexcludes="no"/>
</move>

<echo message="Extracting app.asar..."/>
<exec executable="asar.cmd" failonerror="true" dir="${extract.path}\resources">
<arg value="extract"/>
<arg value="app.asar"/>
<arg value="app"/>
</exec>

<echo message="Replacing in app.asar..."/>
<assertfile file="${extract.path}\resources\app\${electron.appasar.file}"/>
<replace file="${extract.path}\resources\app\${electron.appasar.file}" failOnNoReplacements="true">
Expand Down

0 comments on commit aef5e32

Please sign in to comment.