Skip to content

Commit bbc005f

Browse files
committed
Fix build and readme
1 parent b76340b commit bbc005f

File tree

4 files changed

+48
-44
lines changed

4 files changed

+48
-44
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
appimage-builder --recipe AppImageBuilder.yml --skip-test
216216
- name: Copy nessessary files
217217
run: |
218-
cp images/logo.svg build/linux/x64/release/bundle/dev.linwood.qeck.svg
218+
cp assets/images/logo.svg build/linux/x64/release/bundle/dev.linwood.qeck.svg
219219
mkdir -p build/linux/x64/release/bundle/usr/share
220220
cp -r linux/debian/usr/share build/linux/x64/release/bundle/usr
221221
- name: Rename AppImage
@@ -309,7 +309,7 @@ jobs:
309309
flutter build linux -v --release --dart-define=flavor=production
310310
- name: Copy nessessary files
311311
run: |
312-
cp images/logo.svg build/linux/x64/release/bundle/dev.linwood.qeck.svg
312+
cp assets/images/logo.svg build/linux/x64/release/bundle/dev.linwood.qeck.svg
313313
mkdir -p build/linux/x64/release/bundle/usr/share
314314
cp -r linux/debian/usr/share build/linux/x64/release/bundle/usr
315315
- name: Compress Flutter build

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div align="center">
22

3-
<img src="https://raw.githubusercontent.com/LinwoodDev/Vulpine/main/public/logo.png" width="350px" />
3+
<img src="https://www.linwood.dev/logos/logo.png" width="350px" />
44

5-
# Vulpine
5+
# Qeck
66

77
> WIP: 🃏 Play games everywhere you like 🃏
88
@@ -32,3 +32,8 @@
3232

3333
* Play games with your friends
3434
* Multiple connection types: Bluetooth, LAN and server
35+
* Configure if you want to play with or without rules
36+
* Create custom cards, board and dices
37+
* Develop your custom rules with webassembly
38+
* Pack them all into a package and share it with your friends
39+
* Load the wasm in the server and the client

app/QeckSetup.iss

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define MyAppName "Linwood Qeck"
4+
#define MyAppName "Qeck"
55
#ifndef MyAppVersion
66
#define MyAppVersion "1.0"
77
#endif
8-
#define MyAppPublisher "LinwoodCloud"
8+
#define MyAppPublisher "Linwood"
99
#define MyAppURL "https://www.linwood.dev"
1010
#define MyAppExeName "qeck.exe"
1111
#define BaseDirRelease "build\windows\x64\runner\Release"
@@ -18,25 +18,26 @@
1818
AppId={{AFEA034B-35A4-44A9-9FAE-33F5A2AE860B}
1919
AppName={#MyAppName}
2020
AppVersion={#MyAppVersion}
21-
;AppVerName={#MyAppName} {#MyAppVersion}
21+
AppVerName={#MyAppName} {#MyAppVersion}
2222
AppPublisher={#MyAppPublisher}
2323
AppPublisherURL={#MyAppURL}
2424
AppSupportURL={#MyAppURL}
2525
AppUpdatesURL={#MyAppURL}
26-
DefaultDirName={autopf}\{#MyAppPublisher}\{#MyAppName}
26+
DefaultDirName={autopf64}\{#MyAppPublisher}\{#MyAppName}
2727
DefaultGroupName={#MyAppPublisher}\{#MyAppName}
2828
DisableProgramGroupPage=yes
2929
LicenseFile=..\LICENSE
3030
; Uncomment the following line to run in non administrative install mode (install for current user only.)
31-
;PrivilegesRequired=lowest
32-
PrivilegesRequiredOverridesAllowed=
33-
OutputDir=build\windows
31+
PrivilegesRequired=lowest
32+
PrivilegesRequiredOverridesAllowed=dialog
33+
OutputDir=build\windows\x64
3434
OutputBaseFilename=linwood-qeck-windows-setup
3535
SetupIconFile={#RunnerSourceDir}\resources\app_icon.ico
36+
UninstallDisplayIcon={app}\{#MyAppExeName}
3637
Compression=lzma
3738
SolidCompression=yes
3839
WizardStyle=modern
39-
Uninstallable=yes
40+
Uninstallable=not WizardIsTaskSelected('portablemode')
4041
ChangesAssociations=yes
4142

4243
[Languages]
@@ -55,12 +56,10 @@ Source: "{#BaseDirRelease}\*"; DestDir: "{app}"; Flags: ignoreversion recursesub
5556
; NOTE: Don't use "Flags: ignoreversion" on any shared system filess
5657

5758
[Icons]
58-
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
59-
6059
Name: "{group}\Visit Website"; Filename: "https://www.linwood.dev/"
61-
Name: "{group}\Qeck Documentation"; Filename: "https://docs.qeck.linwood.dev/"
60+
Name: "{group}\Qeck Documentation"; Filename: "https://qeck.linwood.dev/"
6261
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
6362
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
6463

6564
[Run]
66-
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
65+
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

docs/pnpm-lock.yaml

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)