mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
Fixed issue on amd cpus
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "generated_plugin_registrant.h"
|
||||
|
||||
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
|
||||
#include <flutter_desktop_folder_picker/flutter_desktop_folder_picker_plugin.h>
|
||||
#include <screen_retriever/screen_retriever_plugin.h>
|
||||
#include <system_theme/system_theme_plugin.h>
|
||||
#include <url_launcher_windows/url_launcher_windows.h>
|
||||
@@ -16,8 +15,6 @@
|
||||
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
||||
BitsdojoWindowPluginRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("BitsdojoWindowPlugin"));
|
||||
FlutterDesktopFolderPickerPluginRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("FlutterDesktopFolderPickerPlugin"));
|
||||
ScreenRetrieverPluginRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
|
||||
SystemThemePluginRegisterWithRegistrar(
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
list(APPEND FLUTTER_PLUGIN_LIST
|
||||
bitsdojo_window_windows
|
||||
flutter_desktop_folder_picker
|
||||
screen_retriever
|
||||
system_theme
|
||||
url_launcher_windows
|
||||
|
||||
6
windows/packaging/exe/make_config.yaml
Normal file
6
windows/packaging/exe/make_config.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
app_id: 31868Auties00.RebootLauncher
|
||||
publisher_name: Auties00
|
||||
display_name: Reboot Launcher
|
||||
create_desktop_icon: true
|
||||
locales:
|
||||
- en
|
||||
Reference in New Issue
Block a user