Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TSRh
gajim
Commits
8079c2d6
Commit
8079c2d6
authored
Aug 16, 2020
by
Philipp Hörist
Browse files
1.2.2
parent
4edc2c0d
Changes
3
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
8079c2d6
...
...
@@ -41,8 +41,8 @@ build_script:
bash "git clone C:/projects/gajim C:/msys64/home/appveyor/gajim"
bash "C:/msys64/home/appveyor/gajim/win/build.sh $($env:MSYS_ARCH)"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName "Gajim-1.2.
1
-$($env:ARCH)-$($env:TIME_STRING).exe"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.2.
1
-$($env:ARCH)-$($env:TIME_STRING).exe"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName "Gajim-1.2.
2
-$($env:ARCH)-$($env:TIME_STRING).exe"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.2.
2
-$($env:ARCH)-$($env:TIME_STRING).exe"
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
...
...
data/org.gajim.Gajim.appdata.xml.in
View file @
8079c2d6
...
...
@@ -72,6 +72,7 @@
<content_attribute
id=
"social-audio"
>
intense
</content_attribute>
</content_rating>
<releases>
<release
version=
"1.2.2"
date=
"2020-08-16"
/>
<release
version=
"1.2.1"
date=
"2020-07-08"
/>
<release
version=
"1.2.0"
date=
"2020-06-21"
/>
<release
version=
"1.1.3"
date=
"2019-04-23"
/>
...
...
gajim/__init__.py
View file @
8079c2d6
import
os
import
subprocess
__version__
=
"1.2.
1
"
__version__
=
"1.2.
2
"
IS_FLATPAK
=
False
if
os
.
path
.
exists
(
'/app/share/run-as-flatpak'
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment