Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarX committed Feb 1, 2021
1 parent 546bacf commit b492e34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions scripts/aur/camelot-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pkgname=camelot-git
_gitname="Camelot"
_outputfolder="Release"
pkgrel=2
pkgver=v0.2.0
pkgrel=1
pkgver=v0.2.1
url="https://github.com/IngvarX/Camelot"
pkgdesc="Cross-platform file manager written in C#"
arch=("any")
Expand Down
6 changes: 3 additions & 3 deletions scripts/aur/camelot/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pkgname=camelot
_gitname="Camelot"
_outputfolder="Release"
pkgver=v0.2.0
_gittag=v0.2.0
pkgver=v0.2.1
_gittag=v0.2.1
pkgrel=1
url="https://github.com/IngvarX/Camelot"
pkgdesc="Cross-platform file manager written in C#"
Expand Down Expand Up @@ -34,5 +34,5 @@ package() {
install -Dm644 "${srcdir}/${_gitname}/src/Camelot/Assets/logo.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/$pkgname.png"

# .desktop
#install -Dm644 "${srcdir}/${_gitname}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -Dm644 "${srcdir}/${_gitname}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
6 changes: 3 additions & 3 deletions src/Camelot/Camelot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>camelot</AssemblyName>
Expand All @@ -14,8 +14,8 @@
<CFBundleName>Camelot</CFBundleName>
<CFBundleDisplayName>Camelot</CFBundleDisplayName>
<CFBundleIdentifier>com.camelot</CFBundleIdentifier>
<CFBundleVersion>0.2.0</CFBundleVersion>
<CFBundleShortVersionString>0.2.0</CFBundleShortVersionString>
<CFBundleVersion>0.2.1</CFBundleVersion>
<CFBundleShortVersionString>0.2.1</CFBundleShortVersionString>
<CFBundlePackageType>AAPL</CFBundlePackageType>
<CFBundleSignature>????</CFBundleSignature>
<CFBundleExecutable>Camelot</CFBundleExecutable>
Expand Down

0 comments on commit b492e34

Please sign in to comment.