Skip to content

Commit

Permalink
getting things running
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCynicalBadger committed Jun 9, 2022
1 parent e4b3107 commit f67e2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BigBlueBox2.0/BigBlueBox2.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion BigBlueBox2.0/data/Sqlite3_Interface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private static readonly Lazy<Sqlite3_Interface>
private Sqlite3_Interface()
{
// SQLiteConnection.CreateFile("MyDatabase.sqlite");
this.m_dbConnection = new SQLiteConnection("Data Source=C:/Users/007ds/Documents/GitHub/BigBlueBox2.0/BigBlueBox2.0/assests/data/BigBlueBox.db;Version=3;Read Only=False");
this.m_dbConnection = new SQLiteConnection("Data Source=C:/Users/patri/Documents/GitHub/BigBlueBox2.0/BigBlueBox2.0/assests/data/BigBlueBox.db;Version=3;Read Only=False");

m_dbConnection.Open();
}
Expand Down

0 comments on commit f67e2a5

Please sign in to comment.