v0.3.9 (#481)
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
## [0.3.9](https://github.com/yadPe/beatconnect_client/compare/v0.3.8...v0.3.9) (2022-03-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **bot:** get command reply in mp channel ([#475](https://github.com/yadPe/beatconnect_client/issues/475)) ([9e8fa6d](https://github.com/yadPe/beatconnect_client/commit/9e8fa6d8eebd2325618ede4d3fbd670c98b53023))
|
||||
* **download:** show failed downloads + don't crash when one dl fails ([#474](https://github.com/yadPe/beatconnect_client/issues/474)) ([f7c0bde](https://github.com/yadPe/beatconnect_client/commit/f7c0bde69e757be3f86529b97f506c3a1a96d8c2))
|
||||
|
||||
|
||||
|
||||
## [0.3.8](https://github.com/yadPe/beatconnect_client/compare/v0.3.7...v0.3.8) (2022-03-13)
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beatconnect_client",
|
||||
"productName": "Beatconnect Client",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.9",
|
||||
"description": "Beatconnect power for osu irc",
|
||||
"author": "yadpe <petitot.py@gmail.com>",
|
||||
"license": "GPL-3.0",
|
||||
@@ -239,4 +239,4 @@
|
||||
"react-app"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ const { ensureDirSync, copySync } = require('fs-extra')
|
||||
// Copy wallpaper binaries to public folder on build
|
||||
|
||||
const sources = [
|
||||
'../src/electron/helpers/wallpaper/assets',
|
||||
'../src/electron/helpers/wallpaper/bin',
|
||||
'../src/electron/helpers/assets',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user