Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Feb 19, 2024
1 parent 5799573 commit e0d38d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zzzo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
if-no-files-found: error
name: zzzo-latest.zip
name: zzzo.zip
path: ./*.zip

dist-binaries:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Utilita umožňuje načítání/ukládání rozpracovaných zápisů a následn

ZZZO je svobodná aplikace, která bude vždy zdarma! ZZZO je desktopová aplikace - vaše data tak nejsou uložena v žádném cloudu a máte je tak vždy pod kontrolou.

### Nejnovější verzi aplikace lze stáhnout [zde](https://github.com/martinrotter/zzzo/releases) vždycky v sekci `Assets`. Testovací verzi aplikace potom najdete přímo [zde](https://github.com/martinrotter/zzzo/releases/download/devbuild/zzzo-latest.zip).
### Nejnovější verzi aplikace lze stáhnout [zde](https://github.com/martinrotter/zzzo/releases) vždycky v sekci `Assets`. Testovací verzi aplikace potom najdete přímo [zde](https://github.com/martinrotter/zzzo/releases/download/devbuild/zzzo.zip).

### Instalace
1. Stáhněte si některou [verzi](https://github.com/martinrotter/zzzo/releases) aplikace.
Expand Down
2 changes: 1 addition & 1 deletion resources/scripts/build-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dotnet publish "ZZZO\ZZZO\ZZZO.csproj" -p:PublishProfile=FolderProfile -v:detailed

7z a -tzip -mx9 "zzzo-latest.zip" ".\ZZZO\ZZZO\bin\Release\net6.0-windows\publish\win-x86\*"
7z a -tzip -mx9 "zzzo.zip" ".\ZZZO\ZZZO\bin\Release\net6.0-windows\publish\win-x86\*"

ls

0 comments on commit e0d38d8

Please sign in to comment.