Skip to content

Commit

Permalink
stupid mistakes man
Browse files Browse the repository at this point in the history
  • Loading branch information
lay295 committed Nov 14, 2021
1 parent 8077961 commit 29a6006
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TwitchArchiverWPF/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ private static void DirectoryCopy(string sourceDirName, string destDirName, bool
bool isLive = true;
string baseUrl = "";
if (playlistUrl != null)
playlistUrl.Substring(0, playlistUrl.LastIndexOf("/") + 1);
baseUrl = playlistUrl.Substring(0, playlistUrl.LastIndexOf("/") + 1);
int failCount = 0;

while (isLive && !token.IsCancellationRequested)
Expand Down
6 changes: 5 additions & 1 deletion TwitchArchiverWPF/TwitchArchiverWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net5.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationIcon>C:\Users\Lewis Pardo\Downloads\archive_wF(1).ico</ApplicationIcon>
<ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -27,6 +27,10 @@
</COMReference>
</ItemGroup>

<ItemGroup>
<Content Include="logo.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="HandyControls" Version="3.3.7" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
Expand Down
Binary file added TwitchArchiverWPF/logo.ico
Binary file not shown.

0 comments on commit 29a6006

Please sign in to comment.