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

Commit

Permalink
WhatsApp 2.2123.7
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 18, 2021
1 parent 0afbfbf commit f7556f3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2123.7-30 (2021/06/17)

* WhatsApp 2.2123.7

## 2.2114.9-29 (2021/04/27)

* WhatsApp 2.2114.9
Expand Down
5 changes: 4 additions & 1 deletion assets/assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app = whatsapp
app.name = WhatsApp
app.type = electron
#app.version =
app.release = 29
app.release = 30
app.homepage = https://www.whatsapp.com

# Portable app
Expand Down
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
<!-- Targets -->
<target name="release" depends="release.app" description="Release"/>

<target name="prepare" depends="load.lib.asar">
<echo message="Preparing release..."/>
<delete file="${build.path}\${papp.folder}\app-${app.version}\squirrel.exe"/>
</target>

</project>

0 comments on commit f7556f3

Please sign in to comment.