Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
config yang baik
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Jul 26, 2017
1 parent 0699337 commit be0609f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Apk_Installer/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ class Data
public bool register_apk { get; set; }
}

private static string CONFIG_FILE = "config.ini";
private static string EXE_DIRECTORY = Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location);
private static string CONFIG_FILE = Path.Combine(EXE_DIRECTORY, "config.json");
private Data json_config;
private static JsonSerializerSettings JSON_SETTINGS = new JsonSerializerSettings
{
Expand Down

0 comments on commit be0609f

Please sign in to comment.