Skip to content

Windows Build Github Actions#22

Open
0LostConnection wants to merge 3 commits into
aichingm:mainfrom
0LostConnection:main
Open

Windows Build Github Actions#22
0LostConnection wants to merge 3 commits into
aichingm:mainfrom
0LostConnection:main

Conversation

@0LostConnection

Copy link
Copy Markdown

Added a Github action to build for Windows.

Generates a Zip file containing the installer in exe and msi formats.

@aichingm

Copy link
Copy Markdown
Owner

Hi @0LostConnection,

sorry your PR slipped through the cracks, I'll check it out on the weekend!

BR Mario

@aichingm

Copy link
Copy Markdown
Owner

Have you tested the windows builds? Does lonewolf even work on windows?


steps:
- name: Checkout repository
uses: actions/checkout@v4

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably be v6

working-directory: ./lonewolf-tauri
shell: bash
run: |
mkdir -p src-tauri/icons

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a way to reuse the targets in the Makefile?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants