Skip to content

Commit 0bb13ed

Browse files
committed
Update Fix Mingrate
1 parent 485e01f commit 0bb13ed

4 files changed

Lines changed: 14 additions & 17 deletions

File tree

.github/workflows/ci-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Debug --self-contained false .\Bloxstrap\Bloxstrap.csproj
2525

2626
- name: Rename output
27-
run: ren .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\Fishstrap.exe BoneFish.exe
27+
run: ren .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\BoneFish.exe BoneFish.exe 2>$null || echo "File already named correctly"
2828

2929
- name: Upload Artifact
3030
uses: actions/upload-artifact@v7

.github/workflows/ci-release.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: windows-latest
77

88
steps:
9-
- uses: actions/checkout@v6
9+
- uses: actions/checkout@v4
1010
with:
1111
submodules: 'true'
1212

@@ -26,11 +26,8 @@ jobs:
2626
- name: Publish
2727
run: dotnet publish -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Release --self-contained false .\Bloxstrap\Bloxstrap.csproj
2828

29-
- name: Rename output
30-
run: ren .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\Fishstrap.exe BoneFish.exe
31-
3229
- name: Upload Artifact
33-
uses: actions/upload-artifact@v7
30+
uses: actions/upload-artifact@v4
3431
with:
3532
name: BoneFish-Release
3633
path: .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\BoneFish.exe
@@ -45,7 +42,7 @@ jobs:
4542

4643
steps:
4744
- name: Download artifact
48-
uses: actions/download-artifact@v8
45+
uses: actions/download-artifact@v4
4946
with:
5047
name: BoneFish-Release
5148
path: release
@@ -70,7 +67,7 @@ jobs:
7067

7168
steps:
7269
- name: Download artifact
73-
uses: actions/download-artifact@v8
70+
uses: actions/download-artifact@v4
7471
with:
7572
name: BoneFish-Release
7673
path: release
@@ -95,7 +92,7 @@ jobs:
9592

9693
steps:
9794
- name: Checkout repository
98-
uses: actions/checkout@v6
95+
uses: actions/checkout@v4
9996
with:
10097
submodules: recursive
10198

@@ -106,7 +103,7 @@ jobs:
106103
echo "version=$VERSION" >> $GITHUB_OUTPUT
107104
108105
- name: Download artifact
109-
uses: actions/download-artifact@v8
106+
uses: actions/download-artifact@v4
110107
with:
111108
name: BoneFish-Release
112109
path: release

Bloxstrap/Bloxstrap.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net6.0-windows</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
88
<UseWindowsForms>True</UseWindowsForms>
9-
<ApplicationIcon>Bloxstrap.ico</ApplicationIcon>
9+
<ApplicationIcon>BoneFish.ico</ApplicationIcon>
1010
<Version>3.0.9</Version>
1111
<FileVersion>3.0.9</FileVersion>
1212
<ApplicationManifest>app.manifest</ApplicationManifest>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
15-
<AssemblyName>Fishstrap</AssemblyName>
15+
<AssemblyName>BoneFish</AssemblyName>
1616
<Product>$(AssemblyName)</Product>
1717
<RootNamespace>Bloxstrap</RootNamespace>
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<Resource Include="Bloxstrap.ico" />
21+
<Resource Include="BoneFish.ico" />
2222
<Resource Include="Resources\BootstrapperStyles\TwentyFiveDialog\PlayerLogo.png" />
2323
<Resource Include="Resources\BootstrapperStyles\TwentyFiveDialog\Roblox.png" />
2424
<Resource Include="Resources\BootstrapperStyles\TwentyFiveDialog\Studio.png" />
@@ -47,7 +47,7 @@
4747
<EmbeddedResource Include="Resources\Icon2017.ico" />
4848
<EmbeddedResource Include="Resources\Icon2019.ico" />
4949
<EmbeddedResource Include="Resources\Icon2022.ico" />
50-
<EmbeddedResource Include="Resources\IconFishstrap.ico" />
50+
<EmbeddedResource Include="Resources\IconBoneFish.ico" />
5151
<EmbeddedResource Include="Resources\IconEarly2015.ico" />
5252
<EmbeddedResource Include="Resources\IconLate2015.ico" />
5353
<EmbeddedResource Include="Resources\Mods\Cursor\From2006\ArrowCursor.png" />

Bloxstrap/UI/Elements/Dialogs/LaunchMenuDialog.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
@@ -39,7 +39,7 @@ public LaunchMenuDialog()
3939
Random Chance = new();
4040
if (Chance.Next(0, 10000) == 1)
4141
{
42-
LaunchTitle.Text = "Fishtrap";
42+
LaunchTitle.Text = "BoneFish";
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)