Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Aug 10, 2018
1 parent 4e5a823 commit fe0c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeveImageOptimizerWPF/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private async Task GoCommandImp()
{
var state = StaticState.UserSettingsManager.State;

var tempDir = Path.Combine(FolderHelperMethods.EntryAssemblyDirectory.Value, Constants.TempDirectoryName);
var tempDir = Path.Combine(FolderHelperMethods.EntryAssemblyDirectory.Value, ConstantsAndConfig.TempDirectoryName);
var fileOptimizer = new FileOptimizerProcessor(state.FileOptimizerPath, tempDir, !state.HideFileOptimizerWindow, state.LogLevel, state.SaveFailedFiles);
var fileProcessor = new FileProcessor(fileOptimizer, FilesProcessingState, new FileProcessedStateRememberer(state.ForceOptimizeEvenIfAlreadyOptimized));

Expand Down

0 comments on commit fe0c00f

Please sign in to comment.