Skip to content

Commit

Permalink
1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Troplo committed Aug 6, 2022
1 parent 0d6e209 commit ab7a433
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "colubrina",
"version": "1.0.19",
"version": "1.0.20",
"description": "Simple instant communication.",
"private": true,
"author": "Troplo <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/Communications/CommunicationsChat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<v-row v-if="!loading" @drop="handleDrag" no-gutters>
<v-col class="flex-grow-1 flex-shrink-1 pb-0" id="chat-col">
<v-card
class="d-flex flex-column fill-height rounded-xl mb-n3"
class="d-flex flex-column fill-height rounded-0 mb-n3"
style="overflow: auto; height: calc(100vh - 24px - 40px)"
color="card"
elevation="0"
Expand Down
31 changes: 3 additions & 28 deletions frontend/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,43 +94,18 @@ module.exports = {
builderOptions: {
appId: "com.troplo.colubrina",
win: {
target: [
{
target: "nsis",
arch: ["x64", "ia32", "armv7l", "arm64"]
}
],
target: ["portable", "nsis", "zip"],
publish: ["github"]
},
linux: {
target: [
{
target: "AppImage",
arch: ["x64", "ia32", "armv7l", "arm64"]
},
{
target: "deb",
arch: ["x64", "ia32", "armv7l", "arm64"]
},
{
target: "snap",
arch: ["x64", "ia32", "armv7l", "arm64"]
},
{
target: "pacman",
arch: ["x64", "ia32", "armv7l", "arm64"]
},
{
target: "tar.gz",
arch: ["x64", "ia32", "armv7l", "arm64"]
}
],
target: ["AppImage", "deb", "tar.gz", "snap", "rpm"],
publish: ["github"],
category: "Network",
synopsis: "Instant Messaging",
maintainer: "Troplo <[email protected]>"
},
mac: {
target: ["dmg", "zip"],
publish: ["github"]
}
}
Expand Down

0 comments on commit ab7a433

Please sign in to comment.