Skip to content

Commit

Permalink
[windows] sonixqmk fork
Browse files Browse the repository at this point in the history
minimal rename
  • Loading branch information
dexter93 committed Sep 18, 2024
1 parent aaf34d6 commit df1f0f0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: qmk_toolbox.exe
path: windows/QMK Toolbox/bin/Release/win-x64/publish/qmk_toolbox.exe
name: sonixqmk_toolbox.exe
path: windows/QMK Toolbox/bin/Release/win-x64/publish/sonixqmk_toolbox.exe

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
name: ${{ github.event.release.name }}
files: |
./qmk_toolbox.exe/qmk_toolbox.exe
./sonixqmk_toolbox.exe/sonixqmk_toolbox.exe
./qmk_toolbox_install.exe/qmk_toolbox_install.exe
./QMK.Toolbox.app.zip/QMK.Toolbox.app.zip
./QMK.Toolbox.pkg/QMK.Toolbox.pkg
Expand All @@ -130,7 +130,7 @@ jobs:
prerelease: true
title: "Latest Beta"
files: |
./qmk_toolbox.exe/qmk_toolbox.exe
./sonixqmk_toolbox.exe/sonixqmk_toolbox.exe
./qmk_toolbox_install.exe/qmk_toolbox_install.exe
./QMK.Toolbox.app.zip/QMK.Toolbox.app.zip
./QMK.Toolbox.pkg/QMK.Toolbox.pkg
2 changes: 1 addition & 1 deletion windows/QMK Toolbox.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QMK Toolbox", "QMK Toolbox\QMK Toolbox.csproj", "{1F8BE719-CB0D-4A67-8422-B0C3A1B823F7}"
Project("{6ae29d1a-17b3-401a-bef2-5eac4604887c}") = "SonixQMK Toolbox", "QMK Toolbox\QMK Toolbox.csproj", "{1F8BE719-CB0D-4A67-8422-B0C3A1B823F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion windows/QMK Toolbox/AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion windows/QMK Toolbox/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions windows/QMK Toolbox/QMK Toolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<OutputType>WinExe</OutputType>
<AssemblyName>qmk_toolbox</AssemblyName>
<AssemblyName>sonixqmk_toolbox</AssemblyName>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
Expand All @@ -20,12 +20,12 @@
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
<AssemblyVersion>0.3.3</AssemblyVersion>
<FileVersion>0.3.3</FileVersion>
<Title>QMK Toolbox</Title>
<Title>SonixQMK Toolbox</Title>
<Copyright>Copyright © 2024 QMK</Copyright>
<Company>QMK</Company>
<Description>A flashing/debug utility for devices running QMK Firmware</Description>
<Version>0.3.3</Version>
<Product>QMK Toolbox</Product>
<Product>SonixQMK Toolbox</Product>
</PropertyGroup>
<ItemGroup>
<Compile Update="BetterComboBox.cs">
Expand Down
8 changes: 4 additions & 4 deletions windows/install_compiler.iss
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "QMK Toolbox"
#define MyAppName "SonixQMK Toolbox"
#define MyAppHandle "qmk"
#define MyAppVersion "0.3.3"
#define MyAppPublisher "QMK"
#define MyAppURL "https://qmk.fm"
#define MyAppExeName "qmk_toolbox.exe"
#define MyAppExeName "sonixqmk_toolbox.exe"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{777330BE-14A3-42E5-BB86-8F9D30744097}
AppId={{0c63e359-6998-42cc-b7be-7808c4898b19}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppVerName={#MyAppName} {#MyAppVersion}
Expand All @@ -38,7 +38,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"

[Files]
Source: "QMK Toolbox\bin\Release\win-x64\publish\qmk_toolbox.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "QMK Toolbox\bin\Release\win-x64\publish\sonixqmk_toolbox.exe"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down

0 comments on commit df1f0f0

Please sign in to comment.