Skip to content

Commit

Permalink
Update and rename release.yml to Updated release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwd491 authored Apr 19, 2024
1 parent b04f2ca commit 340c64d
Showing 1 changed file with 15 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,20 @@ jobs:

- name: Start Build Application
run: |
cd Syncogram;
flet pack application.py \
--name "Syncogram" \
--icon "assets/logo/icns/duck512x512.icns" \
--product-name "Syncogram Application" \
--product-version "${{ env.json_APP_VERSION }}" \
--company-name "Syncogram Application" \
--copyright "GPL-3.0" \
--file-version "${{ env.json_APP_VERSION }}" \
--add-binary locales:locales \
--add-data assets:assets \
--add-data config.json:. \
--distpath ../craft;
cd ../;
shell: bash
cd Syncogram
flet pack application.py `
--name "Syncogram" `
--icon "assets/logo/icns/duck512x512.icns" `
--product-name "Syncogram Application" `
--product-version "${{ env.json_APP_VERSION }}" `
--company-name "Syncogram Application" `
--copyright "GPL-3.0" `
--file-version "${{ env.json_APP_VERSION }}" `
--add-binary locales:locales `
--add-data assets:assets `
--add-data config.json:. `
--distpath ../craft
cd ../
- name: Archive Windows Application
run: |
Expand Down Expand Up @@ -194,4 +193,4 @@ jobs:
tag: "${{ env.json_APP_VERSION }}"
name: "v${{ env.json_APP_VERSION }}"
body: "Release Syncogram, ${{ env.json_APP_VERSION }}"
artifacts: "artifacts/MacOS/Syncogram_MacOS.tar.gz, artifacts/Linux/Syncogram_Linux.tar.gz, artifacts/Windows/Syncogram_Windows.zip"
artifacts: "artifacts/MacOS/Syncogram_MacOS.tar.gz, artifacts/Linux/Syncogram_Linux.tar.gz, artifacts/Windows/Syncogram_Windows.zip"

0 comments on commit 340c64d

Please sign in to comment.