Skip to content

Commit 751f58e

Browse files
Merge pull request #4 from NonExistPlayer/dev/bass
Switching to BASS and more...
2 parents 8791dbe + 0232af2 commit 751f58e

File tree

122 files changed

+811
-274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+811
-274
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mono_crash.*
2222
[Rr]elease/
2323
[Rr]eleases/
2424
x64/
25-
x86/
25+
#x86/
2626
[Ww][Ii][Nn]32/
2727
[Aa][Rr][Mm]/
2828
[Aa][Rr][Mm]64/
@@ -457,4 +457,7 @@ $RECYCLE.BIN/
457457
# This file stores information about the keystore data.
458458
keystoreinfo.props
459459

460-
.sync*
460+
.sync*
461+
462+
# for appimagetool
463+
*.AppImage

AppRun

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/bash
2+
# (for AppImage)
3+
4+
$APPDIR/usr/share/eclairplayer/eclairplayer

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<PropertyGroup>
55
<Nullable>enable</Nullable>
66
<AvaloniaVersion>11.2.2</AvaloniaVersion>
7-
<Version>0.2.2</Version>
7+
<Version>0.3.0</Version>
88
</PropertyGroup>
99
</Project>

Eclair.Android/Eclair.Android.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AndroidPackageFormat>apk</AndroidPackageFormat>
1111
<AndroidEnableProfiledAot>False</AndroidEnableProfiledAot>
1212
<AssemblyName></AssemblyName>
13-
<AndroidSigningKeyStore>eclairplayer.keystore</AndroidSigningKeyStore>
13+
<AndroidSigningKeyStore>../eclairplayer.keystore</AndroidSigningKeyStore>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1616
<AndroidKeyStore>True</AndroidKeyStore>
@@ -46,6 +46,10 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49+
<None Include="runtimes/**/*.*">
50+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
51+
</None>
52+
4953
<ProjectReference Include="..\Eclair\Eclair.csproj" />
5054
</ItemGroup>
5155
</Project>
317 KB
Binary file not shown.
228 KB
Binary file not shown.
21.7 KB
Binary file not shown.
16.1 KB
Binary file not shown.
57.5 KB
Binary file not shown.
146 KB
Binary file not shown.

0 commit comments

Comments
 (0)