Skip to content

Commit

Permalink
fix: wrong package name in Windows project
Browse files Browse the repository at this point in the history
  • Loading branch information
w568w committed Mar 7, 2024
1 parent aad5f32 commit b2ec702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/runner/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "flutter_window.h"
#include "run_loop.h"
#include "utils.h"
#include <bitsdojo_window_windows_v3/bitsdojo_window_plugin.h>
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
auto bdw = bitsdojo_window_configure(BDW_HIDE_ON_STARTUP);

int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
Expand Down

0 comments on commit b2ec702

Please sign in to comment.