diff --git a/assets/assets.go b/assets/assets.go index f5bfc61..8b8be45 100644 --- a/assets/assets.go +++ b/assets/assets.go @@ -227,7 +227,7 @@ type bintree struct { } var _bintree = &bintree{nil, map[string]*bintree{ - "Rocket.Chat.lnk": &bintree{rocketChatLnk, map[string]*bintree{}}, + "Rocket.Chat.lnk": {rocketChatLnk, map[string]*bintree{}}, }} // RestoreAsset restores an asset under the given directory. diff --git a/build.properties b/build.properties index 4b40342..a4b0725 100644 --- a/build.properties +++ b/build.properties @@ -5,8 +5,8 @@ core.dir = ../portapps app = rocketchat app.name = Rocket.Chat app.type = archive -app.version = 3.7.6 -app.release = 23 +app.version = 3.8.7 +app.release = 24 app.homepage = https://rocket.chat # Portable app @@ -21,5 +21,5 @@ papp.folder = app atf.id = Rocket.Chat atf.win64.filename = rocketchat-setup-${app.version} atf.win64.ext = .exe -atf.win64.url = https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${app.version}/rocketchat-setup-${app.version}.exe +atf.win64.url = https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${app.version}/rocketchat-${app.version}-win-x64.exe atf.win64.assertextract = $PLUGINSDIR/app-64.7z